|
@@ -73,12 +73,12 @@ public class WlnUtil {
|
|
|
param.setPage(page);
|
|
|
param.setLimit(limit);
|
|
|
param.setStorage_code(warehouseCode);
|
|
|
- param.setIs_split(true);
|
|
|
- param.setManualImport(false);
|
|
|
-
|
|
|
- if ("T007".equals(warehouseCode)) {
|
|
|
- param.setTrade_status("2");
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
param.generateSign(MapUtil.createLinkString(MapUtil.beanToMap(param)));
|
|
|
String result = send(PREFIX + "erp/opentrade/list/trades", MapUtil.beanToMap(param));
|
|
|
JSONObject json = JSONObject.parseObject(result);
|