This commit is contained in:
suyl
2021-08-03 16:15:18 +08:00
parent a41fe05e63
commit a09223b091
3 changed files with 17 additions and 30 deletions

View File

@@ -140,7 +140,8 @@ func (c *OrderManager) GetOrderSkuInfo(ctx *jxcontext.Context, vendorOrderID str
t1.vendor_price,
%s full_sku_name,
t2.name_id,
t3.img image
t3.img image,
t3.upc
FROM order_sku t1
LEFT JOIN goods_order t6 ON t6.vendor_order_id = t1.vendor_order_id AND t6.vendor_id = t1.vendor_id
LEFT JOIN store t5 ON t5.id = IF(t6.jx_store_id <> 0, t6.jx_store_id, t6.store_id)