|
@@ -1167,11 +1167,12 @@ public class AMScontroller{
|
|
String enableStatus,
|
|
String enableStatus,
|
|
String planStatus,
|
|
String planStatus,
|
|
String startTime,
|
|
String startTime,
|
|
- String endTime) {
|
|
|
|
|
|
+ String endTime,
|
|
|
|
+ BigDecimal planId) {
|
|
if (mapValue == null) {
|
|
if (mapValue == null) {
|
|
mapValue = new HashMap<>();
|
|
mapValue = new HashMap<>();
|
|
}
|
|
}
|
|
- return amsFeign.getPurRequirementList(mapValue, pageNum, pageSize, apiId,requirementStatus,con,userId, carrierSsoId,enableStatus,planStatus,startTime,endTime);
|
|
|
|
|
|
+ return amsFeign.getPurRequirementList(mapValue, pageNum, pageSize, apiId,requirementStatus,con,userId, carrierSsoId,enableStatus,planStatus,startTime,endTime,planId);
|
|
}
|
|
}
|
|
@ApiOperation(value="查询app端公开抢单")
|
|
@ApiOperation(value="查询app端公开抢单")
|
|
@PostMapping("/getDispatchSaleOrderList")
|
|
@PostMapping("/getDispatchSaleOrderList")
|