Parcourir la source

Merge branch 'eta_custom_bug_7034_fenwei_1224@guomengyuan' into debug

gmy il y a 2 mois
Parent
commit
5ac9856ca6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/data_manage/fenwei_data.go

+ 1 - 1
controllers/data_manage/fenwei_data.go

@@ -193,7 +193,7 @@ func (this *EdbInfoController) FenweiIndexData() {
 		product.Frequency = v.Frequency
 		product.CreateTime = v.CreateTime
 
-		if lastModifyTimeMap[v.IndexCode] == "" {
+		if lastModifyTimeMap[v.IndexCode] != "" {
 			product.ModifyTime = lastModifyTimeMap[v.IndexCode]
 		} else {
 			product.ModifyTime = ""