|
|
@@ -379,7 +379,7 @@ public class ScheduleTask9 {
|
|
|
//忽略非新老客户
|
|
|
}
|
|
|
}else{
|
|
|
- log.info("未匹配到在职业务员:" + businessUserId + " " + ddCoreClient.getNameByUserId(businessUserId));
|
|
|
+ log.info("业务员已离职:" + businessUserId);
|
|
|
}
|
|
|
}else{
|
|
|
log.info("私海客户["+ltcCustomerRecord.get("customerName")+"]业务员为空");
|
|
|
@@ -484,6 +484,8 @@ public class ScheduleTask9 {
|
|
|
}else{
|
|
|
//忽略非新老客户
|
|
|
}
|
|
|
+ }else{
|
|
|
+ log.info("业务员已离职:" + businessUnionId);
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|