Commit 1b5c0b02 by 墨竹

Merge branch 'feature-haoban-role' into developer

parents b8ce8074 537f2d6a
......@@ -952,6 +952,7 @@ public class StaffApiServiceImpl implements StaffApiService {
@Override
public boolean isManager(String clerkId) {
logger.info("查询是否店长:{}", clerkId);
ClerkDTO clerkDTO = clerkService.getClerkByClerkId(clerkId);
if (clerkDTO != null) {
Integer clerkType = clerkDTO.getClerkType();
......
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