fix: 查询订单sku查询不到修复

This commit is contained in:
张松
2024-11-26 15:43:01 +08:00
parent d7c55da8c6
commit c5646c5de8

View File

@@ -616,7 +616,7 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
FROM
tb_order_detail d
LEFT JOIN tb_cashier_cart c ON d.order_id = c.order_id
AND d.product_sku_id = c.sku_id
AND d.cart_id = c.id
where c.order_id=#{orderId}
</select>