Commit 1075bede by guojx

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

目标跟进:接口公用参数调整

See merge request !928
parents eb85b4c6 799df82f
......@@ -176,7 +176,7 @@ public class TargetController {
total.put("storeName", "合计");
total.put("storeCode", "合计");
List<JSONObject> dataList = page.getResult();
List<JSONObject> resultList = page.getResult();
List<JSONObject> resultList = new ArrayList<>()
resultList.add(total);
if (CollectionUtils.isNotEmpty(dataList)) {
for (JSONObject obj : dataList) {
......
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