|
@ -169,7 +169,7 @@ public class BusinessAlertController extends BaseController { |
|
|
/** |
|
|
/** |
|
|
* 查询实时流预警 |
|
|
* 查询实时流预警 |
|
|
*/ |
|
|
*/ |
|
|
@SaCheckPermission("business:alertAi:list") |
|
|
// @SaCheckPermission("business:alertAi:list")
|
|
|
@Operation(summary ="查询实时流预警",description = "查询实时流预警") |
|
|
@Operation(summary ="查询实时流预警",description = "查询实时流预警") |
|
|
@GetMapping("/ai/verify/alert") |
|
|
@GetMapping("/ai/verify/alert") |
|
|
public R<List<BusinessAlertVo>> listAiVerifyAlert(BusinessAlertVo vo) { |
|
|
public R<List<BusinessAlertVo>> listAiVerifyAlert(BusinessAlertVo vo) { |
|
|