|
@@ -663,7 +663,7 @@ func SaveExcelEdbInfoRelation(excelInfoId, source int, addChildExcel bool) (err
|
|
|
|
|
|
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
|
|
|
}
|
|
|
|