|
|
|
@ -74,6 +74,8 @@ public class RelCodeBatchController extends BaseController {
|
|
|
|
|
|
|
|
|
|
@GetMapping("/udiwms/relCode/batch/filter")
|
|
|
|
|
public BaseResponse list(RelCodeBatchRequest relCodeBatchRequest, BindingResult bindingResult) {
|
|
|
|
|
String customerId = getCustomerId();
|
|
|
|
|
relCodeBatchRequest.setErpId(customerId);
|
|
|
|
|
List<RelCodeBatchResponse> relCodeBatchResponses = relCodeBatchService.filterList(relCodeBatchRequest);
|
|
|
|
|
PageInfo<RelCodeBatchResponse> pageInfo = new PageInfo<>(relCodeBatchResponses);
|
|
|
|
|
PageSimpleResponse<RelCodeBatchResponse> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
|
|