Przeglądaj źródła

Merge remote-tracking branch 'origin/20210512_yw_check' into 20210512_yw_check

songxinlu 4 lat temu
rodzic
commit
c090c93211

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

@@ -128,7 +128,7 @@
         cases_entry_id
         FROM
         med_qcresult_detail
-        WHERE is_deleted = "N"
+        WHERE 1=1
         <if test="behospitalCode != null and behospitalCode != ''">
             AND behospital_code = #{behospitalCode}
         </if>