|
|
@ -10,6 +10,8 @@ import org.dromara.business.domain.bo.BusinessAlertBo; |
|
|
|
import org.dromara.business.domain.vo.BusinessAlertVo; |
|
|
|
import org.dromara.business.service.IBusinessAlertService; |
|
|
|
import org.dromara.common.core.domain.R; |
|
|
|
import org.dromara.common.log.annotation.Log; |
|
|
|
import org.dromara.common.log.enums.BusinessType; |
|
|
|
import org.dromara.common.mybatis.core.page.PageQuery; |
|
|
|
import org.dromara.common.mybatis.core.page.TableDataInfo; |
|
|
|
import org.dromara.common.web.core.BaseController; |
|
|
@ -55,6 +57,7 @@ public class BusinessAlertController extends BaseController { |
|
|
|
|
|
|
|
|
|
|
|
@SaCheckPermission("business:alert:delete") |
|
|
|
@Log(title = "删除预警", businessType = BusinessType.DELETE) |
|
|
|
@Operation(summary ="删除预警",description = "删除预警") |
|
|
|
@GetMapping("/alert/{alertId}/delete") |
|
|
|
public R<Boolean> deleteFalseAlert(@PathVariable("alertId") Long alertId) { |
|
|
|