Commit a597ab93 by guojx

离职导购

parent 92bc7d98
...@@ -153,6 +153,7 @@ public class DataController { ...@@ -153,6 +153,7 @@ public class DataController {
} }
JSONObject deleteTotal = getTotalJson(jsonObject, apolloKey); JSONObject deleteTotal = getTotalJson(jsonObject, apolloKey);
if (deleteTotal != null) { if (deleteTotal != null) {
deleteTotal.put("clerkName", "离职导购(汇总)");
pageList.add(deleteTotal); pageList.add(deleteTotal);
} }
} }
......
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