Commit b4b5357439e142f978f77fc034f57bb9e19ce0e4
1 parent
4df73153dc
Exists in
master
and in
6 other branches
秦皇岛建档
Showing 2 changed files with 10 additions and 10 deletions
platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml
View file @
b4b5357
| ... | ... | @@ -120,9 +120,9 @@ |
| 120 | 120 | </select> |
| 121 | 121 | |
| 122 | 122 | <select id="findTopName" parameterType="string" resultType="map"> |
| 123 | - select b.name, a.coupon_desc, a.img_base64 | |
| 124 | - from hospital_coupon_template_group a, coupon_template_group b | |
| 125 | - where a.coupon_template_group_id = b.id and a.hospital_id = #{hospital_id} | |
| 123 | + select b.name, a.coupon_desc, a.img_base64,o.name as hospitalName | |
| 124 | + from hospital_coupon_template_group a, coupon_template_group b,organization o | |
| 125 | + where a.coupon_template_group_id = b.id and a.hospital_id= o.id and a.hospital_id = #{hospital_id} | |
| 126 | 126 | </select> |
| 127 | 127 | |
| 128 | 128 | <select id="findInfo" parameterType="map" resultType="map"> |
pom.xml
View file @
b4b5357
| ... | ... | @@ -23,13 +23,13 @@ |
| 23 | 23 | <!--<module>platform-data-api</module>--> |
| 24 | 24 | <module>platform-operate-api</module> |
| 25 | 25 | <!----> |
| 26 | - <module>platform-job-index</module> | |
| 27 | - <module>platform-report-api</module> | |
| 28 | - <module>platform-reportData</module> | |
| 29 | - <module>regional-etl</module> | |
| 30 | - <module>platform-sync-data</module> | |
| 31 | - <module>platform-msg-generate</module> | |
| 32 | - <module>platform-transfer</module> | |
| 26 | +<!-- <module>platform-job-index</module>--> | |
| 27 | +<!-- <module>platform-report-api</module>--> | |
| 28 | +<!-- <module>platform-reportData</module>--> | |
| 29 | +<!-- <module>regional-etl</module>--> | |
| 30 | +<!-- <module>platform-sync-data</module>--> | |
| 31 | +<!-- <module>platform-msg-generate</module>--> | |
| 32 | +<!-- <module>platform-transfer</module>--> | |
| 33 | 33 | </modules> |
| 34 | 34 | |
| 35 | 35 | <properties> |