Authored by chenchao

fix ambiguous

@@ -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} ]]>