Commit 2fb58b95 by 徐高华

Merge branch 'feature/202310月零散迭代' into 'developer'

超管

See merge request !1550
parents 5d30c89e 1f50ee01
......@@ -1046,7 +1046,7 @@ public class StaffApiServiceImpl implements StaffApiService {
ClerkDTO clerkDTO = clerkService.getClerkByClerkId(clerkId);
if (clerkDTO != null) {
Integer clerkType = clerkDTO.getClerkType();
if (clerkType == 1 || clerkType == 2) {
if (clerkType == 1 || clerkType == 2 || clerkType == 3) {
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