Commit 0e671a45 by huangjinxin

fix:修改排版结果分组

1 parent fe79b635
......@@ -454,7 +454,7 @@ public class ScheduleServiceImpl implements ScheduleService {
HashMap<String, List<String>> p2 = this.packParams("appointmentType", "MANUAL");
items.add(new ScheduleSummaryResp.ValueDTO("人工指派", map.getOrDefault("manualTotal", 0), null, urlName, p2));
HashMap<String, List<String>> p3 = this.packParams("appointmentStatus", "NOT_ASSIGNED");
HashMap<String, List<String>> p3 = this.packParams("appointmentStatus", "INIT");
items.add(new ScheduleSummaryResp.ValueDTO("未指派", map.getOrDefault("notAssignTotal", 0), null, urlName, p3));
return items;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!