Kaynağa Gözat

问题修正

gaodm 5 yıl önce
ebeveyn
işleme
56056c4396

+ 1 - 1
src/main/resources/mapper/QcresultInfoMapper.xml

@@ -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}