Commit 537f2d6a by 墨竹

fix:日志

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