Commit 41093adc by 王力

Merge branch 'dev_engineer_filter' into 'develop'

修改

See merge request !175
2 parents d6c2fe28 a771a130
......@@ -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!