提交 9568b75c authored 作者: liuhaiquan's avatar liuhaiquan

修改url重复的问题

上级 590e29f5
...@@ -127,7 +127,7 @@ public class GoodsOrderController { ...@@ -127,7 +127,7 @@ public class GoodsOrderController {
return Result.page(page.getRecords(), page.getTotal(), page.getPages()); return Result.page(page.getRecords(), page.getTotal(), page.getPages());
} }
@GetMapping("/orderCancelStyle") @GetMapping("/findOrderGoodsByBatchNumber")
public Result<OrderGoodsVO> findOrderGoodsByBatchNumber(@RequestParam(value = "batch_number") Long batchNumber){ public Result<OrderGoodsVO> findOrderGoodsByBatchNumber(@RequestParam(value = "batch_number") Long batchNumber){
OrderGoodsVO orderGoodsVO = orderGoodsService.findOrderGoodsByBatchNumber(batchNumber); OrderGoodsVO orderGoodsVO = orderGoodsService.findOrderGoodsByBatchNumber(batchNumber);
return Result.ok(orderGoodsVO); return Result.ok(orderGoodsVO);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论