|
|
@@ -430,13 +430,14 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
status =2;
|
|
|
Admin finaceAdmin = adminMapper.selectByPrimaryKey(admin.getDepFinance());
|
|
|
aids.add(finaceAdmin);
|
|
|
+ str.setLength(0);
|
|
|
+ str=str.append("您的报销审核已通过,报销编号[").append(in.getId()).append("],请注意查看。");
|
|
|
addNoticeAndEmail(in, status,str.toString(),admin.getName(),aids);
|
|
|
aids.clear();
|
|
|
aids.add(adminMapper.selectByPrimaryKey(admin.getId()));
|
|
|
newEa.setStatus(status);
|
|
|
newEa.setExamineName("");
|
|
|
- str.setLength(0);
|
|
|
- str=str.append("您的报销审核已通过,报销编号[").append(in.getId()).append("],请注意查看。");
|
|
|
+
|
|
|
}
|
|
|
}else {
|
|
|
aids.add(adminMapper.selectByPrimaryKey(admin.getId()));
|