Commit 799df82f by guojx

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

parent 82087dd3
......@@ -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