Commit 0b8fa95a by huluobin

mapper 修改

parent cff15fbd
......@@ -225,10 +225,11 @@ public class ScheduleManageController {
}
@PostMapping("/queryPageLeisureScheduleServe")
@PostMapping("/customer/queryPageLeisureScheduleServe")
public JsonResult<IPage<LeisureScheduleServe>> queryPageLeisureScheduleServe(@RequestBody LeisureScheduleServeQuery query) {
IPage<LeisureScheduleServe> page = scheduleManageService.queryPageLeisureScheduleServe(query);
return JsonResult.success(page);
}
}
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