Commit 81cb0d08 authored by tianyiming's avatar tianyiming

两个规定App端-任务列表筛选不到数据

parent ab3ddb48
......@@ -1873,9 +1873,6 @@ public class PlanTaskServiceImpl implements IPlanTaskService {
if (params.containsKey("finishStatus")) {
params.put("finishStatus", String.valueOf(PlanTaskTheStatusEnum.getValue(params.get("finishStatus").toString())));
}
if (params.containsKey("type")) {
params.put("type", String.valueOf(PlanTaskTypeStatusEnum.getValue(params.get("type").toString())));
}
SearchRequest request = new SearchRequest();
request.indices("web_app_plan_task_list");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment