Commit 42b1c72a by guojx

目标跟进达成分析门店明细数据调整:

parent 23197a0b
......@@ -173,7 +173,7 @@ public class TargetController {
total.put(key, totalJson.get(key));
}
total.put("storeId", "-1");
total.put("storeName", "合计");
total.put("storeName", "合计(" + page.getTotalCount() + ")");
total.put("storeCode", "合计");
List<JSONObject> dataList = page.getResult();
List<JSONObject> resultList = new ArrayList<>();
......
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