Переглянути джерело

Merge branch 'feature/eta_1.9.3' into debug

hsun 10 місяців тому
батько
коміт
ee9d025aa4
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      services/base_from_ths_hf.go

+ 1 - 0
services/base_from_ths_hf.go

@@ -389,6 +389,7 @@ func WriteRefreshBaseThsHfIndex(indexItem *models.BaseFromThsHfIndex, codeWithDa
 		newData.Value = newVal
 		newData.CreateTime = time.Now()
 		newData.ModifyTime = time.Now()
+		newData.UniqueCode = uni
 		newData.DataTimestamp = d.DataTime.UnixNano() / 1e6
 		insertData = append(insertData, newData)
 	}