Commit 3b69860a4d7c0298ff2a5d8b34d3ef9872d1d4f1
1 parent
a23f25141d
Exists in
master
and in
6 other branches
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} |