|
@@ -634,7 +634,7 @@ func SaveExcelEdbInfoRelation(excelInfoId, source int, addChildExcel bool) (err
|
|
|
// SavePredictEdbInfoRelation 添加/编辑预测指标引用关联记录
|
|
|
func SavePredictEdbInfoRelation(edbInfoIds []int, edbInfoId int) (err error) {
|
|
|
//更新指标刷新状态为启用
|
|
|
- err = saveEdbInfoRelation(edbInfoIds, edbInfoId, utils.EDB_RELATION_PREDIT_EDB, 1)
|
|
|
+ err = saveEdbInfoRelation(edbInfoIds, edbInfoId, utils.EDB_RELATION_PREDICT_EDB, 1)
|
|
|
return
|
|
|
}
|
|
|
|