提交 5c45a038 authored 作者: aiqingguo's avatar aiqingguo

代码优化

上级 fe6d3261
...@@ -35,9 +35,8 @@ public class TempController { ...@@ -35,9 +35,8 @@ public class TempController {
@RequestMapping(value = "/test", method = RequestMethod.GET) @RequestMapping(value = "/test", method = RequestMethod.GET)
public Result<HashMap> test(Integer sendAddressId, Integer receiveAddressId) { public Result<HashMap> test(Integer sendAddressId, Integer receiveAddressId) {
carrierOrderChildService.getLineStatistics(sendAddressId, receiveAddressId);
return Result.ok(carrierOrderChildService.getLineStatistics(sendAddressId, sendAddressId)); return Result.ok(carrierOrderChildService.getLineStatistics(sendAddressId, receiveAddressId));
} }
@ApiOperation(value = "更新网运标识", notes = "<br>By:艾庆国") @ApiOperation(value = "更新网运标识", notes = "<br>By:艾庆国")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论