提交 7407a66c authored 作者: aiqingguo's avatar aiqingguo

司机上报

上级 20a17f75
...@@ -73,7 +73,7 @@ public class CarrierDriverCollectLineReportController { ...@@ -73,7 +73,7 @@ public class CarrierDriverCollectLineReportController {
IPage<CollectLineReportVO> page = collectLineReportService.carrierPageQualityReport(param); IPage<CollectLineReportVO> page = collectLineReportService.carrierPageQualityReport(param);
return Result.page(page.getRecords(), page.getTotal(), page.getPages()); return Result.page(page.getRecords(), page.getTotal(), page.getPages());
} }
@ApiOperation(value = "排队上报审核", notes = "<br>By:艾庆国") @ApiOperation(value = "煤炭质量上报审核", notes = "<br>By:艾庆国")
@PostMapping("/updateQualityReportAudit") @PostMapping("/updateQualityReportAudit")
public Result<Void> updateQualityReportAudit(@RequestBody @Validated CollectLineReportSendAddressAuditParam param) { public Result<Void> updateQualityReportAudit(@RequestBody @Validated CollectLineReportSendAddressAuditParam param) {
collectLineReportService.updateSendAddressReportAudit(param); collectLineReportService.updateSendAddressReportAudit(param);
......
...@@ -28,7 +28,7 @@ public class CarrierDriverCollectTrafficCongestionController { ...@@ -28,7 +28,7 @@ public class CarrierDriverCollectTrafficCongestionController {
private final CollectTrafficCongestionService collectTrafficCongestionService; private final CollectTrafficCongestionService collectTrafficCongestionService;
@ApiOperation(value = "无接单上报审核", notes = "<br>By:艾庆国") @ApiOperation(value = "交通上报审核", notes = "<br>By:艾庆国")
@PostMapping("/updateTrafficCongestionAudit") @PostMapping("/updateTrafficCongestionAudit")
public Result<Void> updateTrafficCongestionAudit(@RequestBody @Validated CollectTrafficCongestionAuditParam param) { public Result<Void> updateTrafficCongestionAudit(@RequestBody @Validated CollectTrafficCongestionAuditParam param) {
collectTrafficCongestionService.updateTrafficCongestionAudit(param); collectTrafficCongestionService.updateTrafficCongestionAudit(param);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论