Commit 8507cd43 authored by hongguangwu's avatar hongguangwu

-

parent 98bda91f
......@@ -169,7 +169,7 @@ public class TEmployeeInfoController {
@Operation(summary = "新增人员档案前的校验", description = "新增人员档案前的校验")
@SysLog("新增人员档案前的校验")
@GetMapping("/checkIdCard")
@PreAuthorize("@pms.hasPermission('temployeeinfo_check')")
@PreAuthorize("@pms.hasPermission('temployeeinfo_add')")
public R<TEmployeeInfo> checkIdCard(@RequestParam String empName, @RequestParam String empIdCard) {
TEmployeeInfo employeeInfo = new TEmployeeInfo();
employeeInfo.setEmpName(empName);
......
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