Commit 0a969a10 authored by lanbaoming's avatar lanbaoming

2024-07-04-5提交

parent 58c1e52d
......@@ -667,7 +667,7 @@ public class TargetLogServiceImpl extends
//客户来源是发货人推荐,不保留业绩记录 customer_source
//2024-06-03 添加的逻辑
s_gsf += ",收货人客户经理为空,不算奖金。";
customerId = 0L;
saleManid=0L;
//删除业绩记录
orderService.updateOrderSalesmanId(info.getOrderId(),
0L);
......@@ -947,7 +947,7 @@ public class TargetLogServiceImpl extends
//业绩归属收货人
if (orderConsigneeDO == null) {
s_gsf = "前4级都不满足,归收货人,收货人为空,不算奖金";
customerId = 0L;
saleManid = 0L;
n_gstype = 2;
TargetLogDO targetLogDO = targetLogMapper.selectById(targetId);
//客户ID
......
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