md
This commit is contained in:
parent
fb18d972d6
commit
6ff60da754
@ -1996,7 +1996,10 @@ public class EmisBaseService {
|
||||
String mobile=WaybillHelper.removeUnSeeChar(waybill.getReceiveMobile());
|
||||
String consignee=WaybillHelper.removeUnSeeChar(waybill.getReceiveName());
|
||||
|
||||
if(isSubBill){
|
||||
/**
|
||||
* 需求 越南英文子单不需要加密 VT-ENNOLOGO
|
||||
*/
|
||||
if(isSubBill && !"VT-ENNOLOGO".equals(tplCode) ){
|
||||
address=Convert.chineseNameFirst(address);
|
||||
mobile=Convert.mobile(mobile);
|
||||
consignee=Convert.maskValue(consignee,4,0, "*");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user