fix: 任务
This commit is contained in:
@@ -99,7 +99,7 @@ public class TaskServiceImpl implements TaskService {
|
|||||||
UserAreaServiceImpl userAreaService = new UserAreaServiceImpl();
|
UserAreaServiceImpl userAreaService = new UserAreaServiceImpl();
|
||||||
String in_area_id = userAreaService.getInArea();
|
String in_area_id = userAreaService.getInArea();
|
||||||
if (ObjectUtil.isNotEmpty(in_area_id)) {
|
if (ObjectUtil.isNotEmpty(in_area_id)) {
|
||||||
// map.put("in_area_id", in_area_id);
|
map.put("in_area_id", in_area_id);
|
||||||
}
|
}
|
||||||
JSONObject json = WQL.getWO("QSCH_TASK_01").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "update_time desc");
|
JSONObject json = WQL.getWO("QSCH_TASK_01").addParamMap(map).pageQuery(WqlUtil.getHttpContext(page), "update_time desc");
|
||||||
JSONArray content = json.getJSONArray("content");
|
JSONArray content = json.getJSONArray("content");
|
||||||
|
|||||||
Reference in New Issue
Block a user