Commit 00ec4b70 by wangli

修改url

1 parent cf781249
......@@ -16,7 +16,7 @@ public class EngineerTimelineController {
@Autowired
private EngineerTimelineService engineerTimelineService;
@GetMapping("/engineer/work/trace")
@GetMapping("/engineer/work/dynamics")
public Result<?> GetEngineerTimeline(@RequestParam String engineerCode, String date) {
return engineerTimelineService.getEngineerTimelines(engineerCode, date);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!