Commit a667f558 by 徐高华

log

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