浏览代码

Merge branch 'eta_custom_bug_7034_fenwei_1224@guomengyuan' into debug

gmy 2 月之前
父节点
当前提交
5ac9856ca6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = ""