Commit 3b69860a4d7c0298ff2a5d8b34d3ef9872d1d4f1

Authored by shiyang
1 parent a23f25141d

update

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ 3b69860
... ... @@ -379,7 +379,7 @@
379 379 <if test="endDate != null">
380 380 and a.use_date <![CDATA[ < ]]> #{endDate}
381 381 </if>
382   - group by a.user_id ,b.coupon_order, b.type, a.used_hospital_id
  382 +# group by a.user_id ,b.coupon_order, b.type, a.used_hospital_id
383 383 )a
384 384 where
385 385 a.coupon_order = #{coupon_order}