Commit 038410d8 authored by 李灿灿's avatar 李灿灿

订单按照测试用例调整

parent 6a2b3a4f
...@@ -124,7 +124,7 @@ public class OrderController { ...@@ -124,7 +124,7 @@ public class OrderController {
* @author licancan * @author licancan
* @param page * @param page
* @param orderNo * @param orderNo
* @return {@link R< IPage< OrderReplyListVO>>} * @return {@link R<IPage< OrderReplyListVO>>}
*/ */
@Operation(summary = "订单回复列表分页查询", description = "订单回复列表分页查询") @Operation(summary = "订单回复列表分页查询", description = "订单回复列表分页查询")
@GetMapping("/getOrderReplyPageList") @GetMapping("/getOrderReplyPageList")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment