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