md
This commit is contained in:
parent
d4cfe1b7be
commit
988f82fa8d
@ -550,7 +550,7 @@ public class EmisBaseService {
|
||||
String consignee=waybill.getReceiveName();
|
||||
|
||||
if(isSubBill){
|
||||
address=Convert.address(address);
|
||||
address=Convert.chineseNameFirst(address);
|
||||
mobile=Convert.mobile(mobile);
|
||||
consignee=Convert.chineseNameFirst(consignee);
|
||||
company=Convert.chineseNameFirst(company);
|
||||
@ -561,7 +561,7 @@ public class EmisBaseService {
|
||||
order.put("mobile", mobile);
|
||||
order.put("consignee", consignee);
|
||||
|
||||
String custName=waybill.getReceiveCompany();
|
||||
String custName="";
|
||||
if ( "2".equals(waybill.getPaymentType()) || "4".equals(waybill.getPaymentType()) || "5".equals(waybill.getPaymentType()) ) {
|
||||
EmisCustomerUser custUser=getCustomerUserByMonthlyPayCode(waybill.getCustNo());
|
||||
if(custUser!=null){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user