|
@@ -5213,7 +5213,7 @@
|
|
|
<select id="getAge" resultType="java.util.Map">
|
|
|
SELECT
|
|
|
a.behospital_code as behospitalCode,
|
|
|
- CONCAT( ifnull(c.age,'') ,ifnull(c.age_unit,'') )as age
|
|
|
+ CONCAT( ifnull(a.age,'') ,ifnull(a.age_unit,'') )as age
|
|
|
FROM
|
|
|
med_home_page a
|
|
|
WHERE
|
|
@@ -9387,7 +9387,7 @@
|
|
|
AND a.beh_dept_name LIKE CONCAT( '%', #{qcResultShortPageVO.deptName}, '%' )
|
|
|
</if>
|
|
|
<if test="qcResultShortPageVO.level != null and qcResultShortPageVO.level != ''">
|
|
|
- AND c.`level` = #{qcResultShortPageVO.level}
|
|
|
+ AND b.`level` = #{qcResultShortPageVO.level}
|
|
|
</if>
|
|
|
<if test="qcResultShortPageVO.behospitalCode != null and qcResultShortPageVO.behospitalCode != ''">
|
|
|
AND a.behospital_code LIKE CONCAT( '%', #{qcResultShortPageVO.behospitalCode}, '%' )
|