|
|
@@ -93,6 +93,7 @@ public class AlertConfigurationController extends BaseController
|
|
|
if (StringUtils.isEmpty(alertConfiguration.getUserType())){
|
|
|
alertConfiguration.setUserType("2");
|
|
|
}
|
|
|
+ log.info("3333333333{}", JSON.toJSON(alertConfiguration));
|
|
|
return toAjax(alertConfigurationService.insertAlertConfiguration(alertConfiguration));
|
|
|
}
|
|
|
|