1
This commit is contained in:
@@ -143,7 +143,7 @@ func (c *OrderManager) GetOrderSkuInfo(ctx *jxcontext.Context, vendorOrderID str
|
|||||||
t3.img3 image3,
|
t3.img3 image3,
|
||||||
t3.img4 image4,
|
t3.img4 image4,
|
||||||
t3.img5 image5,
|
t3.img5 image5,
|
||||||
t3.desc_Img descImg,
|
t3.desc_img descImg,
|
||||||
t3.upc
|
t3.upc
|
||||||
FROM order_sku t1
|
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 goods_order t6 ON t6.vendor_order_id = t1.vendor_order_id AND t6.vendor_id = t1.vendor_id
|
||||||
|
|||||||
Reference in New Issue
Block a user