|
@@ -530,7 +530,7 @@ func CreatePosterFromSourceV2(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
|