md
This commit is contained in:
parent
0cee0c4bb1
commit
f4d1585b15
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user