Commit 2ae2ca9c authored by huyuchen's avatar huyuchen

档案完整监控

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