|
@@ -198,6 +198,9 @@ public class ExpenseInfoServiceImpl extends ServiceImpl<ExpenseInfoMapper, Expen
|
|
ExpenseInfo expenseInfo=this.selectById(id);
|
|
ExpenseInfo expenseInfo=this.selectById(id);
|
|
if (expenseInfo != null) {
|
|
if (expenseInfo != null) {
|
|
this.deleteById(expenseInfo.getId());
|
|
this.deleteById(expenseInfo.getId());
|
|
|
|
+ // 先删除任务
|
|
|
|
+ noticeService.removeNotice(BaseNotice.NoticeStatus.TASK, "FEIYONGGUANLI-APPROVE",
|
|
|
|
+ expenseInfo.getId(), null);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|