Browse Source

fix:更新

wangshan 3 years ago
parent
commit
42b313321d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jyBXCore/rpc/util/search.go

+ 1 - 1
jyBXCore/rpc/util/search.go

@@ -687,5 +687,5 @@ func GetPublishTime(tt int, publishTime string) string {
 			return fmt.Sprint(pTime) + "-" + fmt.Sprint(endTime)
 		}
 	}
-	return publishTime
+	return ""
 }