Commit 3d5a849e by 徐高华

删除导购换接口

parent 57ce3797
......@@ -29,7 +29,10 @@ public class SyncHaobanToGicApiServiceImpl implements SyncHaobanToGicApiService
@Override
public void delGicClerk(String gicClerkId) {
logger.info("【删除gicClerk】clerkID={}",gicClerkId);
clerkService.delClerk(gicClerkId);
ClerkDTO dto = this.clerkService.getClerkByClerkId(gicClerkId) ;
if(null != dto) {
powerService.delClerk(dto.getEnterpriseId(),null,gicClerkId,"10");
}
}
// @Override
......
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