Commit c26f5a89 authored by huyuchen's avatar huyuchen

huyc 项目档案代码提交

parent a475b3da
...@@ -66,7 +66,7 @@ public class TEmployeeProjectController { ...@@ -66,7 +66,7 @@ public class TEmployeeProjectController {
@Operation(summary = "根据人员档案id获取项目list", description = "根据人员档案id获取项目list") @Operation(summary = "根据人员档案id获取项目list", description = "根据人员档案id获取项目list")
@GetMapping("/getListByEmpId" ) @GetMapping("/getListByEmpId" )
public R<List<TEmployeeProject>> getListByEmpId(@RequestParam String empId) { public R<List<TEmployeeProject>> getListByEmpId(@RequestParam String empId) {
return R.ok(tEmployeeProjectService.getListByEmpId(empId, CommonConstants.ZERO_INT)); return R.ok(tEmployeeProjectService.getListByEmpId(empId, CommonConstants.ONE_INT));
} }
/** /**
......
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