Commit a771a130 by wangli

修改

1 parent 7701b9f0
......@@ -22,7 +22,7 @@ public class OrderServiceListController {
private OrderServiceListService orderServiceListService;
@GetMapping("/order/service/list")
public Result<?> getOrderServiceList(@Valid @RequestParam OrderServiceListReq reqDTO) {
public Result<?> getOrderServiceList(@Valid OrderServiceListReq reqDTO) {
Result<?> res = null;
try {
res = orderServiceListService.getOrderServiceList(reqDTO);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!