Commit 20bf942b authored by liuzeheng's avatar liuzeheng

报价结果赢单时,再次判断业绩归属

parent ffcf4d52
...@@ -894,8 +894,8 @@ public class OfferServiceImpl extends AbstractService<OfferMapper, OfferDO> impl ...@@ -894,8 +894,8 @@ public class OfferServiceImpl extends AbstractService<OfferMapper, OfferDO> impl
throw exception(ORDER_BOUND_OFFER); throw exception(ORDER_BOUND_OFFER);
} }
//如果订单关联上报价单 //如果订单关联上报价单
if(orderDO!=null && offer.getOfferId()!=null){ if(orderDO!=null && offerDO.getOfferId()!=null){
this.checkOrderSalesman(orderDO,offer.getOfferId()) ; this.checkOrderSalesman(orderDO,offerDO.getOfferId()) ;
} }
} else { } else {
......
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