Commit 42725118 by huluobin

fix

parent f2f5bc8a
......@@ -30,7 +30,7 @@ public class OverTimeRecordController {
private final OvertimeRecordMapper overtimeRecordMapper;
@ApiOperation("加班记录")
@PostMapping("/queryPage")
@PostMapping("/technician/overTimeRecord/queryPage")
public JsonResult<IPage<OvertimeRecord>> queryPage(@RequestHeader String token,
@RequestBody OrderTimeRecordPageQuery qry) {
......
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