Showing
1 changed file
with
1 additions
and
1 deletions
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <include refid="Base_Column_List"/> | 26 | <include refid="Base_Column_List"/> |
27 | from user_coupon | 27 | from user_coupon |
28 | where | 28 | where |
29 | - AND coupon_id IN | 29 | + coupon_id IN |
30 | <foreach collection="couponIds" item="couponId" open="(" separator="," close=")"> | 30 | <foreach collection="couponIds" item="couponId" open="(" separator="," close=")"> |
31 | #{couponId,jdbcType=INTEGER} | 31 | #{couponId,jdbcType=INTEGER} |
32 | </foreach> | 32 | </foreach> |
-
Please register or login to post a comment