|
@@ -40,4 +40,8 @@ public class NewNoticeTaskController {
|
|
|
.eq("business_type",noticeTask.getBusinessType())
|
|
|
.groupBy("business_id"));
|
|
|
}
|
|
|
+ @GetMapping({"/confirmFee"})
|
|
|
+ public Boolean confirmFee(NoticeTaskInfo noticeTask) {
|
|
|
+ return this.noticeTaskService.deleteById(noticeTask.getId());
|
|
|
+ }
|
|
|
}
|