|
@@ -82,8 +82,10 @@
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="examineInfoVO.isPlacefile != null and examineInfoVO.isPlacefile == 0">
|
|
|
- <if test="examineInfoVO.leaveHospitalDate != null and examineInfoVO.behospitalDate != null">
|
|
|
+ <if test="examineInfoVO.leaveHospitalDate != null">
|
|
|
<![CDATA[ AND date_format (t1.check_date,'%Y-%m-%d %H:%i:%s') <= #{examineInfoVO.leaveHospitalDate}]]>
|
|
|
+ </if>
|
|
|
+ <if test="examineInfoVO.behospitalDate != null">
|
|
|
<![CDATA[ AND date_format (t1.check_date,'%Y-%m-%d %H:%i:%s') >= #{examineInfoVO.behospitalDate}]]>
|
|
|
</if>
|
|
|
</if>
|