Commit 30da8a99 by 徐高华

替换删除导购接口

parent 4b728970
......@@ -29,7 +29,8 @@ public class SyncHaobanToGicApiServiceImpl implements SyncHaobanToGicApiService
@Override
public void delGicClerk(String gicClerkId) {
logger.info("【删除gicClerk】clerkID={}",gicClerkId);
clerkService.delClerk(gicClerkId);
//clerkService.delClerk(gicClerkId);
this.clerkService.delClerkByHaoBan(gicClerkId) ;
}
// @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