瀏覽代碼

Merge branch 'dev/v4.8.27.4_wh' of qmx/jy into hotfix/v4.8.27.4

王浩 2 年之前
父節點
當前提交
72e7dbf3d7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/app/front/shorturl.go

+ 1 - 1
src/jfw/modules/app/src/app/front/shorturl.go

@@ -675,7 +675,7 @@ func KeyWordHandle(obj map[string]interface{}) string {
 }
 func DescriptionHandle(stype string, obj map[string]interface{}) string {
 	description := ""
-	pushTime := time.Unix(util.Int64All(obj["publishtime"]), 0)
+	pushTime := time.Unix(util.Int64All(obj["l_publishtime"]), 0)
 	title := util.InterfaceToStr(obj["title"])
 	owner := util.InterfaceToStr(obj["owner"])
 	subtype := util.InterfaceToStr(obj["subtype"])