Showing
1 changed file
with
1 additions
and
1 deletions
@@ -89,7 +89,7 @@ | @@ -89,7 +89,7 @@ | ||
89 | </if> | 89 | </if> |
90 | and user_coupon.uid = #{uid,jdbcType=INTEGER} | 90 | and user_coupon.uid = #{uid,jdbcType=INTEGER} |
91 | <if test="userType != null"> | 91 | <if test="userType != null"> |
92 | - and user_type = #{userType,jdbcType=INTEGER} | 92 | + and user_coupon.user_type = #{userType,jdbcType=INTEGER} |
93 | </if> | 93 | </if> |
94 | <!-- 在有效时间范围内 --> | 94 | <!-- 在有效时间范围内 --> |
95 | and <![CDATA[ user_coupon.end_time > #{now, jdbcType=INTEGER} ]]> | 95 | and <![CDATA[ user_coupon.end_time > #{now, jdbcType=INTEGER} ]]> |
-
Please register or login to post a comment