@@ -438,6 +438,12 @@ func AddPredictEdbInfo(sourceEdbInfoId, classifyId int, edbName, dataDateType st
ModifyTime: time.Now(),
}
calculateMappingList = append(calculateMappingList, calculateMappingItem)
+ calculateRuleMap[ruleIndex] = models.CalculateRule{
+ EdbInfoList: edbInfoList,
+ RuleType: v.RuleType,
+ EndDate: v.EndDate,
+ EdbInfoIdArr: v.EdbInfoIdArr,
+ }
tmpPredictEdbConf := &models.PredictEdbConf{