@@ -344,7 +344,8 @@ func (c *EdbInfoController) GetEdbRefreshDefaultConfig() {
return
}
- if frequency == `` {
+ // 非有色的来源,频度不能为空
+ if source != utils.DATA_SOURCE_YS && frequency == `` {
br.Msg = "频度不能为空"
br.IsSendEmail = false