Commit d6876ce0 authored by zhengyi's avatar zhengyi

产生业绩时判断客户归属订单是否为公海用户的逻辑修复

parent 81036543
......@@ -148,7 +148,7 @@ public class TargetLogServiceImpl extends AbstractService<TargetLogMapper, Targe
return;
}
OrderBackInfoDto info = orderQueryService.info(orderId);
if (!info.getIsInOpenSea()){
if (info.getIsInOpenSea()){
// 订单归属客户产生业绩时在公海池,不添加业绩日志
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