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