Merge remote-tracking branch 'origin/develop' into develop
						commit
						b977bec6fd
					
				| 
						 | 
				
			
			@ -28,7 +28,7 @@ public class IndexServiceImpl implements IndexService {
 | 
			
		|||
        try {
 | 
			
		||||
            JSONObject param = new JSONObject();
 | 
			
		||||
            User user = userRepository.query(requestContext.getTarget());
 | 
			
		||||
            param.put("userId",user.getUserId());
 | 
			
		||||
            param.put("userId","1111");
 | 
			
		||||
            param.put("page",pager.getPage());
 | 
			
		||||
            param.put("limit",pager.getRows());
 | 
			
		||||
            String result = ykUtil.call(YkInfo.getTaskList, param, JSONArray.class);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue