提交 130d83f2 authored 作者: aiqingguo's avatar aiqingguo

积分优化

上级 cacc637b
...@@ -78,7 +78,7 @@ public class AppDriverCollectTruckController { ...@@ -78,7 +78,7 @@ public class AppDriverCollectTruckController {
return Result.ok(); return Result.ok();
} }
@ApiOperation(value = "更新接受距货源地最远距离", notes = "<br>By:艾庆国") @ApiOperation(value = "更新拉运货物意愿", notes = "<br>By:艾庆国")
@PostMapping("/updateGoodsType") @PostMapping("/updateGoodsType")
public Result<Void> updateGoodsType(@RequestBody @Validated CollectTruckReportGoodsTypeUpdateParam param) { public Result<Void> updateGoodsType(@RequestBody @Validated CollectTruckReportGoodsTypeUpdateParam param) {
collectTruckReportService.updateGoodsType(param); collectTruckReportService.updateGoodsType(param);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论