xiaochen vor 2 Jahren
Ursprung
Commit
dc0d8511c0
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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);
 
                                                 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());