提交 3c1279b6 authored 作者: 刘海泉's avatar 刘海泉

Merge remote-tracking branch 'origin/v26.2-jdk17springboot3-20240912' into test_jdk17

......@@ -169,7 +169,7 @@ public class TempController {
@Autowired
private TruckTraceJob truckTraceJob;
@ApiOperation(value = "测试生产真实调用中交兴路", notes = "<br>By:刘海泉")
@Operation(summary = "测试生产真实调用中交兴路", description = "<br>By:刘海泉")
@RequestMapping(value = "/testRealTrace", method = RequestMethod.GET)
public Result<Void> testRealTrace(@RequestParam("truckNo") @NotBlank(message = "运单号不能为空") String truckNo) {
truckTraceJob.testRealTrace(truckNo);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论