Commit 11ee9137 authored by huyuchen's avatar huyuchen

档案完整监控

parent ab95856d
...@@ -123,8 +123,8 @@ public class TCompleteMonitorController { ...@@ -123,8 +123,8 @@ public class TCompleteMonitorController {
* @return R * @return R
*/ */
@Operation(summary = "通过id查询", description = "通过id查询") @Operation(summary = "通过id查询", description = "通过id查询")
@GetMapping("/{infoId}") @GetMapping("/infoId/{id}")
public R<EmpMainDetailVo> getInfoById(@PathVariable("infoId") String infoId) { public R<EmpMainDetailVo> getInfoById(@PathVariable("id") String infoId) {
return tCompleteMonitorService.getInfoById(infoId); return tCompleteMonitorService.getInfoById(infoId);
} }
......
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