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