Merge remote-tracking branch 'origin/develop' into develop

develop
bayuzhen 2024-08-26 16:36:21 +08:00
commit b977bec6fd
1 changed files with 1 additions and 1 deletions

View File

@ -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);