1
This commit is contained in:
@@ -656,7 +656,8 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku, isQueryMidPric
|
||||
t1.mt_attribute,
|
||||
t1.qua_pictures,
|
||||
t1.qua_effective_date,
|
||||
t1.qua_approval_date
|
||||
t1.qua_approval_date,
|
||||
t1.special_pictures
|
||||
`
|
||||
if isBySku {
|
||||
sqlData += " ,t2.id sku_id"
|
||||
@@ -3471,6 +3472,7 @@ func GetSkuNamesNew(ctx *jxcontext.Context, keyword string, skuIDs, skuNameIDs [
|
||||
t1.qua_pictures,
|
||||
t1.qua_effective_date,
|
||||
t1.qua_approval_date,
|
||||
t1.special_pictures,
|
||||
t1.best_seller
|
||||
FROM sku_name t1
|
||||
LEFT JOIN sku t2 ON t1.id = t2.name_id AND t2.deleted_at = ?
|
||||
@@ -3516,6 +3518,7 @@ func GetSkuNamesNew(ctx *jxcontext.Context, keyword string, skuIDs, skuNameIDs [
|
||||
t1.qua_pictures,
|
||||
t1.qua_effective_date,
|
||||
t1.qua_approval_date,
|
||||
t1.special_pictures,
|
||||
t2.id sku_id
|
||||
FROM sku_name t1
|
||||
LEFT JOIN sku t2 ON t1.id = t2.name_id AND t2.deleted_at = ?
|
||||
|
||||
Reference in New Issue
Block a user