fix: 查询订单sku查询不到修复
This commit is contained in:
@@ -616,7 +616,7 @@ select * from tb_order_info where trade_day = #{day} and table_id = #{masterId}
|
|||||||
FROM
|
FROM
|
||||||
tb_order_detail d
|
tb_order_detail d
|
||||||
LEFT JOIN tb_cashier_cart c ON d.order_id = c.order_id
|
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}
|
where c.order_id=#{orderId}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user