Commit 6abf6248 by fudahua

同步

parent 0f21c53f
......@@ -80,7 +80,7 @@ public class KafkaMessageServiceImpl implements MessageListener<String, GicRecor
return;
}
StaffClerkRelationDTO bindRelationDTO = staffClerkRelationService.getOneBindCodeNoStatus(syncPojo.getEnterpriseId(), syncPojo.getClerkCode());
if (null == clerkRelationDTO) {
if (null == bindRelationDTO) {
logger.info("没有关联导购,不需要操作:{}", syncPojo.getClerkId());
return;
......
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