修正best_seller查询
This commit is contained in:
@@ -600,7 +600,8 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku, isQueryMidPric
|
|||||||
t1.ex_prefix_end,
|
t1.ex_prefix_end,
|
||||||
t1.yb_name_suffix,
|
t1.yb_name_suffix,
|
||||||
t1.jds_stock_switch,
|
t1.jds_stock_switch,
|
||||||
t1.preparation_time
|
t1.preparation_time,
|
||||||
|
t1.best_seller
|
||||||
`
|
`
|
||||||
if isQueryMidPrice {
|
if isQueryMidPrice {
|
||||||
sql += `,
|
sql += `,
|
||||||
@@ -645,6 +646,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku, isQueryMidPric
|
|||||||
t1.yb_name_suffix,
|
t1.yb_name_suffix,
|
||||||
t1.jds_stock_switch,
|
t1.jds_stock_switch,
|
||||||
t1.preparation_time,
|
t1.preparation_time,
|
||||||
|
t1.best_seller,
|
||||||
`
|
`
|
||||||
if isQueryMidPrice {
|
if isQueryMidPrice {
|
||||||
sqlData += " t4.mid_unit_price,"
|
sqlData += " t4.mid_unit_price,"
|
||||||
|
|||||||
Reference in New Issue
Block a user