This commit is contained in:
邹宗楠
2025-02-06 17:52:39 +08:00
parent efcc9487f5
commit 998fe1b733
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ func (c *OrderManager) GetOrderSkuInfo(ctx *jxcontext.Context, vendorOrderID str
t3.img4 image4,
t3.img5 image5,
t3.desc_img descImg,
t3.price mainPrice,
t3.price price,
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