Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Apr 11, 2022
1 parent a3f10ad commit 764b89d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 764b89d

Please sign in to comment.