商品支持有两张图片

This commit is contained in:
gazebo
2019-09-25 14:57:45 +08:00
parent 84740c33f0
commit 41866bf4b2
6 changed files with 69 additions and 31 deletions

View File

@@ -425,6 +425,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku bool, params ma
t1.unit,
t1.price,
t1.img,
t1.img2,
t1.status,
t1.is_spu,
t1.img_hash_code,
@@ -451,6 +452,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku bool, params ma
t1.unit,
t1.price,
t1.img,
t1.img2,
t1.status,
t1.is_spu,
t1.img_hash_code,