@@ -151,7 +151,8 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
//新增一级
String examineId=null;
String examineName=null;
- List<AdminPublicReviewerBo> exList = adminPublicReviewerMapper.selectByAid(aid);
+ List<AdminPublicReviewerBo> exList = adminPublicReviewerMapper.selectByAid(aid).stream().filter(e -> e.getType() == 2).collect(Collectors.toList());
+
if(a.getExpenseSuperExamine()==1) {
eae.setStatus(0);
} else {