xiaochen 2 éve
szülő
commit
dc0d8511c0

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

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