demand: TMS系统 - 网点费用申请 - 费用发生变化时消息通知从账号改为名称,且告知费用变化细节
committer: heyu
This commit is contained in:
parent
6ddf026275
commit
019de52f66
@ -618,8 +618,9 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
|
||||
if (!StringUtils.isEmpty(empCode)) {
|
||||
String empName = !StringUtils.isEmpty(empCodeToName.get(empCode)) ? empCodeToName.get(empCode)
|
||||
: empCode;
|
||||
String title = applyManName + "_" + emisWaybillAjustApply.getApplyManCode() + "已对运单费用进行调整," + "请" + empName + "_" + empCode + "仔细核对,"
|
||||
+ "单号【" + emisWaybillAjustApply.getBillCode() + "】" + ",运费由" + oldFreightStr + "调整为"
|
||||
String title = applyManName + "(" + emisWaybillAjustApply.getApplyManCode() + ")"
|
||||
+ "已对运单费用进行调整," + "请" + empName + "(" + empCode + ")" + "仔细核对,"
|
||||
+ "运单号" + emisWaybillAjustApply.getBillCode() + ",运费由" + oldFreightStr + "调整为"
|
||||
+ newFreightStr;
|
||||
sendNoticeToEmpUser(empCode, title, "",
|
||||
clickPath);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user