Commit bd1a1688 by 徐高华

log

parent a667f558
...@@ -511,7 +511,6 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService ...@@ -511,7 +511,6 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
boolean delFlag = false ; boolean delFlag = false ;
String clerkId = item.getClerkId() ; String clerkId = item.getClerkId() ;
ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ; ClerkDTO clerk = this.clerkService.getclerkById(clerkId) ;
logger.info("hbclerk={}",JSON.toJSONString(clerk));
if(null == clerk || clerk.getStatus() != 1) { if(null == clerk || clerk.getStatus() != 1) {
delFlag = true ; delFlag = 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