|
|
@@ -239,7 +239,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
if (!list.isEmpty())aids.addAll(list);
|
|
|
in.setExamineName(getAdmins(list));
|
|
|
}
|
|
|
- StringBuffer str=new StringBuffer().append("您有报销需要审核,").append("报销编号[").append(in.getCheckNo()).append("]").append(",请查看并审核。");
|
|
|
+ StringBuffer str=new StringBuffer().append("编号[").append(in.getCheckNo()).append("]需要审核").append(",请查看并审核。");
|
|
|
addNoticeAndEmail(in, EAProcessStatus.SJSH.getCode(),str.toString(), admin.getName(),aids);
|
|
|
}
|
|
|
|