Commit 603bd59b authored by lanbaoming's avatar lanbaoming

2024-07-04-3提交

parent 61b49b93
......@@ -510,12 +510,13 @@ public class TargetLogServiceImpl extends AbstractService<TargetLogMapper, Targe
//层级3 第二个 订单关联报价单 && 自定义付款 且发货人付运费
customerId = orderConsignorDO.getCustomerId();
loglev = 3;
s_gsf="f";
//校验客户的客户经理
if (consignorDO.getCustomerService() == null ||
consignorDO.getCustomerService() == 0 ||
consignorDO.getIsInOpenSea() == true) {
saleManid = 0L;
s_gsf="f";
orderService.updateOrderSalesmanId(info.getOrderId(),
0L);
loglev = 31;
......@@ -526,12 +527,12 @@ public class TargetLogServiceImpl extends AbstractService<TargetLogMapper, Targe
//层级3 第三个 订单关联报价单 && 自定义付款 且发货人付清关费
customerId = orderConsignorDO.getCustomerId();
loglev = 3;
s_gsf="f";
//校验客户的客户经理
if (consignorDO.getCustomerService() == null ||
consignorDO.getCustomerService() == 0 ||
consignorDO.getIsInOpenSea() == true) {
saleManid = 0L;
s_gsf="f";
orderService.updateOrderSalesmanId(info.getOrderId(),
0L);
loglev = 32;
......
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