|
@@ -945,6 +945,7 @@ public class ExpenseAccountServiceImpl extends BaseMybatisDao<ExpenseAccountMapp
|
|
|
Integer noticeStatus=NoticeStatus.EXPENSE_NOTICE.getCode();
|
|
Integer noticeStatus=NoticeStatus.EXPENSE_NOTICE.getCode();
|
|
|
if (status==2){
|
|
if (status==2){
|
|
|
noticeStatus=NoticeStatus.EXPENSE_COMPLETE.getCode();
|
|
noticeStatus=NoticeStatus.EXPENSE_COMPLETE.getCode();
|
|
|
|
|
+ str="您提交的费用报销单已通过审核,请及时查看。";
|
|
|
}
|
|
}
|
|
|
List<Notice> list=new ArrayList<>();
|
|
List<Notice> list=new ArrayList<>();
|
|
|
if (aids!=null){
|
|
if (aids!=null){
|