|
@@ -968,7 +968,7 @@ public class WMSController extends BaseRESTfulController {
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "apiId", value = "446", required = false, dataType = "BigDecimal"),
|
|
|
})
|
|
|
- public RESTfulResult getWmsOutboundResultStatistics(Map<String, Object> mapValue,
|
|
|
+ public RESTfulResult getWmsOutboundResultStatistics(@RequestBody(required = false) Map<String, Object> mapValue,
|
|
|
Integer apiId,
|
|
|
Integer pageNum,
|
|
|
Integer pageSize,
|