查询sku带eclp

This commit is contained in:
苏尹岚
2020-03-05 09:43:53 +08:00
parent a8519bd7bb
commit 0812d243aa

View File

@@ -592,6 +592,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku bool, params ma
',"createdAt":"', CONCAT(REPLACE(t2.created_at," ","T"),"+08:00"), '","updatedAt":"', CONCAT(REPLACE(t2.updated_at," ","T"),"+08:00"),
'","lastOperator":"', t2.last_operator, '","specQuality":', t2.spec_quality, ',"specUnit":"', t2.spec_unit,
'","exdSkuID":"', t2.exd_sku_id,
'","eclpID":"', t2.eclp_id,
'","weight":', t2.weight, ',"categoryID":', t2.category_id, ',"nameID":', t2.name_id,
', "seq":', t2.seq,
"}")), "]") skus_str,