Commit fc1504ab by guojx

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

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

See merge request !929
parents 1075bede ce3172ca
......@@ -176,7 +176,7 @@ public class TargetController {
total.put("storeName", "合计");
total.put("storeCode", "合计");
List<JSONObject> dataList = page.getResult();
List<JSONObject> resultList = new ArrayList<>()
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