This commit is contained in:
linfso 2024-12-23 15:49:45 +08:00
parent fb18d972d6
commit 6ff60da754

View File

@ -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, "*");