Commit ce3172ca by guojx

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

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