- skuname添加京东到家平台商品类别,以便于更灵活的指定商品的京东到家商品类别

This commit is contained in:
gazebo
2019-05-08 21:02:34 +08:00
parent 2b55cd8566
commit f1e90240dc
3 changed files with 7 additions and 4 deletions

View File

@@ -386,6 +386,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku bool, params ma
t1.name,
t1.brand_id,
t1.category_id,
t1.jd_category_id,
t1.is_global,
t1.unit,
t1.price,
@@ -411,6 +412,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku bool, params ma
t1.name,
t1.brand_id,
t1.category_id,
t1.jd_category_id,
t1.is_global,
t1.unit,
t1.price,