Forráskód Böngészése

Merge remote-tracking branch 'origin/dev/h5&log_20220506' into debug

zhaops 3 éve
szülő
commit
a4a8b5a525
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/main/resources/mapper/BehospitalInfoMapper.xml

+ 1 - 0
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -21540,6 +21540,7 @@
         ) k5 ON k1.hospital_id = k5.hospital_id
         WHERE
         1 = 1
+        AND k2.id is not null
         <if test="isReject != null ">
             AND k3.is_reject = #{isReject}
         </if>