Commit b3436a75 authored by huyuchen's avatar huyuchen

档案完整监控

parent 2ae2ca9c
...@@ -119,13 +119,13 @@ public class TCompleteMonitorController { ...@@ -119,13 +119,13 @@ public class TCompleteMonitorController {
/** /**
* 通过id查询-主表 * 通过id查询-主表
* *
* @param infoId infoId * @param id id
* @return R * @return R
*/ */
@Operation(summary = "通过id查询", description = "通过id查询") @Operation(summary = "通过id查询", description = "通过id查询")
@GetMapping("/infoId") @GetMapping("/infoId")
public R<EmpMainDetailVo> getInfoById(String id, String deptId) { public R<EmpMainDetailVo> getInfoById(String id, String deptId) {
return tCompleteMonitorService.getInfoById(id,deptId); return tCompleteMonitorService.getInfoById(id, deptId);
} }
/** /**
......
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