|
@@ -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());
|