@@ -557,7 +557,7 @@
<!-- 病案首页手术病历数统计 -->
<select id="homePageCountForOperation" parameterType="com.diagbot.vo.FilterVO" resultType="int">
SELECT
- COUNT(*)
+ COUNT(DISTINCT a.behospital_code)
FROM
med_behospital_info a,
med_home_page b,
@@ -626,7 +626,7 @@
a.beh_dept_id AS id,
a.beh_dept_name AS NAME,
- COUNT(*) AS num
+ COUNT(DISTINCT a.behospital_code) AS num