|
@@ -34,7 +34,7 @@
|
|
|
AND a.hospital_id = #{hospitalId}
|
|
|
</if>
|
|
|
<if test="startDate != null and startDate != ''">
|
|
|
- <![CDATA[ and a.leave_hospital_date >= #{startDate}]]>
|
|
|
+ <![CDATA[ and a.behospital_date >= #{startDate}]]>
|
|
|
</if>
|
|
|
<if test="gradeType != null and gradeType != ''">
|
|
|
AND b.grade_type = #{gradeType}
|