Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-10-20 13:55:09 +08:00
2 changed files with 6 additions and 1 deletions

View File

@@ -644,7 +644,8 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku, isQueryMidPric
t1.yb_name_suffix,
t1.jds_stock_switch,
t1.preparation_time,
t1.best_seller
t1.best_seller,
t1.tiktok_attribute
`
if isBySku {
sqlData += " ,t2.id sku_id"