添加日志

develop
guyuliang 2024-08-26 16:33:13 +08:00
parent 297b04d12b
commit b580e352c9
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);