Commit 69129404 by 徐高华

Merge branch 'feature/获取用户敏感信息' into 'developer'

导购状态

See merge request !899
parents 9b3b84fe 35ea05b1
......@@ -415,7 +415,7 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
}
String clerkId = dto.getClerkId() ;
ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ;
if(null == clerk || clerk.getStatus() == 1) {
if(null == clerk || clerk.getStatus() != 1) {
dto = null ;
}
return dto ;
......
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