Commit 1f50ee01 by 徐高华

超管

parent d8ab13d1
...@@ -1046,7 +1046,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -1046,7 +1046,7 @@ public class StaffApiServiceImpl implements StaffApiService {
ClerkDTO clerkDTO = clerkService.getClerkByClerkId(clerkId); ClerkDTO clerkDTO = clerkService.getClerkByClerkId(clerkId);
if (clerkDTO != null) { if (clerkDTO != null) {
Integer clerkType = clerkDTO.getClerkType(); Integer clerkType = clerkDTO.getClerkType();
if (clerkType == 1 || clerkType == 2) { if (clerkType == 1 || clerkType == 2 || clerkType == 3) {
return true; return true;
} }
} }
......
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