Browse Source

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

songxinlu 4 năm trước cách đây
mục cha
commit
c090c93211
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/QcCasesEntryHospitalMapper.xml

+ 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>