Commit 047633d543f7e714e0b07d98b23ac3fd3a2da16f

Authored by liquanyu
1 parent 9b072671f1

优惠劵查询

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ 047633d
... ... @@ -982,7 +982,7 @@
982 982 and c.use_date >= #{startDate}
983 983 </if>
984 984 <if test="endDate != null">
985   - and c.use_date <![CDATA[ =< ]]> #{endDate}
  985 + and c.use_date <![CDATA[ <= ]]> #{endDate}
986 986 </if>
987 987 GROUP BY user_id having count(1) >= (select count(1)
988 988 from hospital_coupon_template_group h,coupon_template t ,coupon_type p