Commit 8149d115 by 徐高华

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

超管

See merge request !1549
parents 1d8d4df0 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