This commit is contained in:
linfso 2024-08-18 22:43:46 +08:00
parent 8d4452b96d
commit 7cf5da7f44
2 changed files with 9 additions and 2 deletions

View File

@ -1852,7 +1852,8 @@ public class EmisBaseService {
if(isSubBill){
address=Convert.chineseNameFirst(address);
mobile=Convert.mobile(mobile);
// consignee=Convert.chineseNameFirst(consignee);
consignee=Convert.maskValue(consignee,4,0, "*");
// 公司不加密
// company=Convert.chineseNameFirst(company);
}

View File

@ -926,8 +926,10 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
// 把历史发货日期带过来用于重新计算预估到到时间
emisWaybillSave.setSendDate(emisWaybillOld.getSendDate());
// 重出账单
// 修改运单
reUpdateWayBill(emisWaybillOld, emisWaybillSave);
}
}
@ -2591,6 +2593,10 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
// 基础信息更新
emisWaybillMapper.updateEmisWaybill(emisWaybillSave);
// 记录修改的数据
// 绑定专属业务员
String bindEmpCode=emisWaybillSave.getTakePieceEmployeeCode();
if(StringUtils.isEmpty(bindEmpCode)){