Commit 93a1f9b6 by 丁伟峰

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

2 parents 3ead3d02 7124bb6f
...@@ -131,9 +131,9 @@ public class WorkbenchServiceImpl implements WorkbenchService { ...@@ -131,9 +131,9 @@ public class WorkbenchServiceImpl implements WorkbenchService {
autoTotal += count; autoTotal += count;
} }
if (method.equals("MANUAL") && status.equals("NOT_ASSIGNED")) { if (method.equals("MANUAL") && status.equals("INIT")) {
map.put("manualDealing", count); map.put("manualDealing", count);
} else if (method.equals("AUTO_") && status.equals("NOT_ASSIGNED")) { } else if (method.equals("AUTO_") && status.equals("INIT")) {
map.put("autoDealing", count); map.put("autoDealing", count);
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!