Commit e0d9db37d386029ed7009c13760021d70d3da122
1 parent
25760b538e
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
View file @
e0d9db3
... | ... | @@ -505,7 +505,7 @@ |
505 | 505 | SELECT c.user_id as pId,t.coupon_order as couponOrder,m.type,date_format(c.create_date,'%Y-%m-%d') as createDate from coupon_info c |
506 | 506 | INNER JOIN coupon_template t on c.coupon_template_id = t.id |
507 | 507 | INNER JOIN coupon_type m on t.type_id = m.id |
508 | - where c.create_hospital_id=#{hospitalId} and c.sequence_id = #{code} | |
508 | + where c.sequence_id = #{code} | |
509 | 509 | </select> |
510 | 510 | |
511 | 511 | <update id="updateCouponStatus" parameterType="Map"> |