Authored by wujiexiang

删除不需要的条件

... ... @@ -198,9 +198,6 @@
status=1
</set>
where uid= #{uid}
<if test="userType != null">
and user_type= #{userType,jdbcType=INTEGER}
</if>
and coupon_code in
<foreach collection="couponCodes" index="index" item="couponCode"
open="(" separator="," close=")">
... ...