...
|
...
|
@@ -89,7 +89,7 @@ |
|
|
</if>
|
|
|
and user_coupon.uid = #{uid,jdbcType=INTEGER}
|
|
|
<if test="userType != null">
|
|
|
and user_type = #{userType,jdbcType=INTEGER}
|
|
|
and user_coupon.user_type = #{userType,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<!-- 在有效时间范围内 -->
|
|
|
and <![CDATA[ user_coupon.end_time > #{now, jdbcType=INTEGER} ]]>
|
...
|
...
|
|