|
@@ -651,11 +651,12 @@ public class OMSController {
|
|
Integer orderStatus,
|
|
Integer orderStatus,
|
|
String carrierId,
|
|
String carrierId,
|
|
String con,
|
|
String con,
|
|
- Integer planEnableStatus) {
|
|
|
|
|
|
+ Integer planEnableStatus,
|
|
|
|
+ String userId) {
|
|
if (mapValue == null) {
|
|
if (mapValue == null) {
|
|
mapValue = new HashMap<>();
|
|
mapValue = new HashMap<>();
|
|
}
|
|
}
|
|
- Map<String, Object> map = omsFeign.getPurInwardOrderList(mapValue, apiId, pageNum, pageSize,orderStatus,carrierId, con,planEnableStatus);
|
|
|
|
|
|
+ Map<String, Object> map = omsFeign.getPurInwardOrderList(mapValue, apiId, pageNum, pageSize,orderStatus,carrierId, con,planEnableStatus,userId);
|
|
return map;
|
|
return map;
|
|
}
|
|
}
|
|
|
|
|