This commit is contained in:
chendt
2022-04-11 09:50:12 +08:00
parent a3f10adea3
commit 764b89d121

View File

@@ -58,7 +58,7 @@
ON tb.prod_id = tp.prod_id
LEFT JOIN tz_sku ts
ON tb.sku_id = ts.sku_id
WHERE tp.status = 0 OR ts.status = 0 AND tb.user_id = 1) AS temp)
WHERE tp.status = 0 OR ts.status = 0 AND tb.user_id = #{userId}) AS temp)
</delete>
<select id="shopCartItemDtoList" resultType="com.yami.shop.bean.app.dto.ShopCartItemDto">