Commit 1edfb64415b95055726f4c0bbe3d3e8b0c27c343
1 parent
047633d543
Exists in
master
and in
1 other branch
优惠劵查询
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
View file @
1edfb64
... | ... | @@ -970,7 +970,7 @@ |
970 | 970 | |
971 | 971 | |
972 | 972 | <select id="findHospitalAllused" parameterType="map" resultType="map"> |
973 | - select sum(allUserdCount) as allUserdCount from ( select count(1) as allUserdCount from coupon_info c INNER JOIN | |
973 | + select count(allUserdCount) as allUserdCount from ( select count(1) as allUserdCount from coupon_info c INNER JOIN | |
974 | 974 | (select t.id |
975 | 975 | from hospital_coupon_template_group h,coupon_template t ,coupon_type p |
976 | 976 | where h.coupon_template_group_id=t.group_id and t.type_id=p.id |