|
@@ -170,7 +170,6 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
AdminListBo admin = adminMapper.getDeptNameByAid(useEa.getAid());
|
|
AdminListBo admin = adminMapper.getDeptNameByAid(useEa.getAid());
|
|
|
if (status==1){
|
|
if (status==1){
|
|
|
str=str.append("您有报销需要审核,请查看并审核。");
|
|
str=str.append("您有报销需要审核,请查看并审核。");
|
|
|
-
|
|
|
|
|
if(useEa.getProcessStatus()== EAProcessStatus.FQ.getCode()){
|
|
if(useEa.getProcessStatus()== EAProcessStatus.FQ.getCode()){
|
|
|
//获取上级
|
|
//获取上级
|
|
|
aids.add(adminMapper.selectByPrimaryKey(admin.getSuperiorId()));
|
|
aids.add(adminMapper.selectByPrimaryKey(admin.getSuperiorId()));
|