Browse Source

提示语

njs 2 years ago
parent
commit
7d44436728

+ 1 - 1
suishenbang-admin/src/main/java/com/dgtly/web/controller/system/AlertConfigurationController.java

@@ -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));
            }