This commit is contained in:
linfso 2024-05-21 09:49:15 +08:00
parent 0cee0c4bb1
commit f4d1585b15

View File

@ -275,10 +275,8 @@ public class EmisBaseService {
order.put("mobile", waybill.getReceiveMobile());
order.put("consignee", waybill.getReceiveName());
//
String custName=waybill.getReceiveCompany();
if ( "2".equals(waybill.getPaymentType()) || "4".equals(waybill.getPaymentType()) || "5".equals(waybill.getPaymentType() ) {
if ( "2".equals(waybill.getPaymentType()) || "4".equals(waybill.getPaymentType()) || "5".equals(waybill.getPaymentType()) ) {
EmisCustomerUser custUser=getCustomerUserByMonthlyPayCode(waybill.getCustNo());
if(custUser!=null){
custName= custUser.getCustName();