Browse Source

问题修改

xiaochen 2 years ago
parent
commit
dc0d8511c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/tld/service/impl/QueryListServiceImpl.java

+ 2 - 2
src/main/java/com/tld/service/impl/QueryListServiceImpl.java

@@ -625,7 +625,7 @@ public class QueryListServiceImpl implements QueryListService {
                                                 retunList2.add(jsonObject2);
                                                 retunList2.add(jsonObject2);
 
 
                                                 JSONObject ReqOutStocks1 = new JSONObject();
                                                 JSONObject ReqOutStocks1 = new JSONObject();
-                                                ReqOutStocks1.put("ReqOutStocks", retunList2);
+                                                ReqOutStocks1.put("BILLs", retunList2);
 
 
                                                 JSONObject ReqOutStocks2 = new JSONObject();
                                                 JSONObject ReqOutStocks2 = new JSONObject();
                                                 ReqOutStocks2.put("strJson",ReqOutStocks1.toJSONString());
                                                 ReqOutStocks2.put("strJson",ReqOutStocks1.toJSONString());
@@ -647,7 +647,7 @@ public class QueryListServiceImpl implements QueryListService {
                                                 retunList2.add(jsonObject2);
                                                 retunList2.add(jsonObject2);
 
 
                                                 JSONObject ReqOutStocks1 = new JSONObject();
                                                 JSONObject ReqOutStocks1 = new JSONObject();
-                                                ReqOutStocks1.put("ReqOutStocks", retunList2);
+                                                ReqOutStocks1.put("BILLs", retunList2);
 
 
                                                 JSONObject ReqOutStocks2 = new JSONObject();
                                                 JSONObject ReqOutStocks2 = new JSONObject();
                                                 ReqOutStocks2.put("strJson",ReqOutStocks1.toJSONString());
                                                 ReqOutStocks2.put("strJson",ReqOutStocks1.toJSONString());