浏览代码

Merge branch 'yb/6.0' into debug

hsun 2 年之前
父节点
当前提交
acbafaa0b9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/share_poster.go

+ 1 - 1
services/share_poster.go

@@ -51,7 +51,7 @@ func CreatePosterFromSource(codePage, codeScene, source, version, pars string) (
 	}
 	path := fmt.Sprint(codePage, "?", codeScene)
 	// 非列表来源获取历史图片,无则生成
-	if !strings.Contains(source, "list") {
+	if !strings.Contains(source, "list") && source != "price_driven" {
 		poster, tmpErr := yb_poster_resource.GetPosterByCondition(path, "poster", version)
 		if tmpErr != nil && tmpErr != utils.ErrNoRow {
 			err = tmpErr