|
@@ -1224,8 +1224,9 @@ public class AMScontroller{
|
|
|
Integer orderType,
|
|
|
Integer issueStatus,
|
|
|
String con,
|
|
|
- Integer dispatchStatus) {
|
|
|
- return amsFeign.getSporadicOrdersList(mapValue==null?new HashMap<>():mapValue, apiId, pageNum, pageSize, orderType, issueStatus, con,dispatchStatus);
|
|
|
+ Integer dispatchStatus,
|
|
|
+ Integer sporadicStatus) {
|
|
|
+ return amsFeign.getSporadicOrdersList(mapValue==null?new HashMap<>():mapValue, apiId, pageNum, pageSize, orderType, issueStatus, con,dispatchStatus,sporadicStatus);
|
|
|
}
|
|
|
|
|
|
@ApiModelProperty(value = "查看物资详情")
|