Commit 50781f5f by 陶光胜

门店导出修改

parent 523378f1
......@@ -481,7 +481,6 @@ public class StoreApiServiceImpl implements StoreApiService {
JSONArray list = jsonObject.getJSONArray("list");
List<JSONObject> jsonObjectList = new ArrayList<>();
for(int j =0 ;j< list.size(); j++){
list.getJSONObject(j).put("type", "data");
JSONObject data = list.getJSONObject(j);
data.put("type", "data");
String compute = data.getString("compute");
......
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