|
|
@@ -132,7 +132,7 @@ public class AlertConfigurationController extends BaseController
|
|
|
AlertConfiguration alert = alertConfigurationService.selectAlertConfigurationById(alertConfiguration.getAlertId());
|
|
|
int num = alertConfigurationService.selectAlertConfigurationListFilter(alert);
|
|
|
if(num==1){
|
|
|
- return AjaxResult.error("已发布该组织弹框,请核查关闭已启动的后可开启本弹框");
|
|
|
+ return AjaxResult.error("已发布该组织在该时间内的弹框,请核查关闭已启动的后可开启本弹框");
|
|
|
}else {
|
|
|
return toAjax(alertConfigurationService.updateAlertConfiguration(alertConfiguration));
|
|
|
}
|