Browse Source

Merge branch 'eta_custom_bug_7034_fenwei_1224@guomengyuan' into debug

gmy 2 months ago
parent
commit
5ac9856ca6
1 changed files with 1 additions and 1 deletions
  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 = ""