Commit 0c7d2637 authored by lanbaoming's avatar lanbaoming

2024-05-13提交

parent f8be029d
...@@ -57,12 +57,10 @@ public class ReceiveCustomerCalTypeListener { ...@@ -57,12 +57,10 @@ public class ReceiveCustomerCalTypeListener {
//判断客户是否有已入参订单 //判断客户是否有已入参订单
//int a = orderServiceExt.IsHavingOrderConsignee(event);//收货方客户 //int a = orderServiceExt.IsHavingOrderConsignee(event);//收货方客户
//int b = orderServiceExt.IsHavingOrderConsignor(event);//发货方客户 //int b = orderServiceExt.IsHavingOrderConsignor(event);//发货方客户
int c=orderServiceExt.IsHavingOrder(event);
/* int c=orderServiceExt.IsHavingOrder(event);
if (c==0) if (c==0)
return false; return false;
else else
return true;*/ return true;
return true;
} }
} }
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