Commit 41458f70 authored by zhengyi's avatar zhengyi

Merge branch 'master-fix' into dev

parents ee0210c5 d6876ce0
......@@ -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