|
@@ -54,8 +54,8 @@ public class WmshOutboundResultController extends BaseRESTfulController {
|
|
|
@ApiImplicitParam(name = "pageSize", value = "页", required = false, dataType = "Integer"),
|
|
|
@ApiImplicitParam(name = "status", value = "状态码", required = false, dataType = "Integer"),
|
|
|
})
|
|
|
- @PostMapping("/getAllResult")
|
|
|
- public RESTfulResult getAllResult(@RequestBody(required=false) Map<String,Object> mapValue,
|
|
|
+ @PostMapping("/getOutBoundResult")
|
|
|
+ public RESTfulResult getOutBoundResult(@RequestBody(required=false) Map<String,Object> mapValue,
|
|
|
Integer apiId,
|
|
|
Integer pageNum,
|
|
|
Integer pageSize
|