Commit a570c634 by 丁伟峰

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

2 parents 3111525c dc4926d5
......@@ -92,8 +92,8 @@ public class WorkbenchServiceImpl implements WorkbenchService {
HashMap<String, Integer> statusSummary = this.transOrderStatus(this.queryCountByOrderStatus(levelType, levelValue, dt));
WorkbenchSummaryResp.ItemDTO statusItem = new WorkbenchSummaryResp.ItemDTO();
methodItem.setType("order");
methodItem.setRows(this.packValueOrderStatus(statusSummary));
statusItem.setType("order");
statusItem.setRows(this.packValueOrderStatus(statusSummary));
items.add(statusItem);
WorkbenchSummaryResp res = new WorkbenchSummaryResp();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!