xyxie 7 сар өмнө
parent
commit
7341cd2758

+ 1 - 0
models/predict_edb_data_calculate_qjjs.go

@@ -58,6 +58,7 @@ func (obj PredictCalculateRangeAnalysis) Add(params BatchSaveCalculateBatchParam
 	edbInfo.EdbNameEn = req.EdbName
 	edbInfo.UnitEn = req.Unit
 	edbInfo.EdbType = obj.GetEdbType()
+	edbInfo.EdbInfoType = 1
 	newEdbInfoId, tmpErr := to.Insert(edbInfo)
 	if tmpErr != nil {
 		err = tmpErr