Commit 35ea05b1 by 徐高华

导购状态

parent e7938c21
......@@ -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