订单查询返回单价

This commit is contained in:
2024-10-16 18:19:54 +08:00
parent e2db8e0a3f
commit e8f0147ada

View File

@@ -611,7 +611,8 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
d.product_sku_name AS productSkuName,
c.category_id AS categoryId,
d.price_amount as priceAmount,
d.pack_amount as packAmount
d.pack_amount as packAmount,
d.price as price
FROM
tb_order_detail d
LEFT JOIN tb_cashier_cart c ON d.order_id = c.order_id