md
This commit is contained in:
parent
8d4452b96d
commit
7cf5da7f44
@ -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);
|
||||
}
|
||||
|
||||
@ -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)){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user