Commit c32f6233 authored by lanbaoming's avatar lanbaoming

2024-07-04-7提交

parent 8d18ce63
......@@ -624,7 +624,8 @@ public class TargetLogServiceImpl extends
loglev = 51;
s_gsf += ",客户在公海池,不算奖金。";
}
TargetLogDO targetLogDO = targetLogMapper.selectById(targetId);
TargetLogDO targetLogDO =
targetLogMapper.selectById(targetId);
//客户ID
targetLogDO.setCustomerId(customerId);
//客户经理ID
......@@ -661,8 +662,8 @@ public class TargetLogServiceImpl extends
return;
}
if (consigneeDO.getCustomerService() == null ||
consigneeDO.getCustomerService() == 0 &&
if ((consigneeDO.getCustomerService() == null ||
consigneeDO.getCustomerService() == 0) &&
consigneeDO.getSource() == 12) {
//收货人客户经理为空时不算业绩
//客户来源是发货人推荐,不保留业绩记录 customer_source
......
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