|
|
|
@ -68,17 +68,7 @@ public class TraceOrderController extends BaseController {
|
|
|
|
|
return ResultVOUtils.success(pageSimpleResponse);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("udi/trace/order/filterBatchNo")
|
|
|
|
|
public BaseResponse filterCompanyName(TraceProductRecordRequest traceProductRecordRequest) {
|
|
|
|
|
|
|
|
|
|
List<TraceProductRecordResponse> traceProductRecordResponses = traceOrderService.filterBatchNo(traceProductRecordRequest);
|
|
|
|
|
PageInfo<TraceProductRecordResponse> pageInfo = new PageInfo<>(traceProductRecordResponses);
|
|
|
|
|
PageSimpleResponse<TraceProductRecordResponse> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
|
|
pageSimpleResponse.setTotal(pageInfo.getTotal());
|
|
|
|
|
pageSimpleResponse.setList(traceProductRecordResponses);
|
|
|
|
|
return ResultVOUtils.success(pageSimpleResponse);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|