Commit ee0210c5 authored by zhengyi's avatar zhengyi

Merge branch 'master-fix' into dev

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