Commit b69d478b by guojx

Merge branch 'feature-2023-01-目标配置' into 'developer'

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

See merge request !939
parents fb0f1ebe 42b1c72a
......@@ -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