Ciallo 9 maanden geleden
bovenliggende
commit
9da0cda239
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      ruoyi-admin/src/main/resources/mapper/work/PatientMapper.xml

+ 0 - 1
ruoyi-admin/src/main/resources/mapper/work/PatientMapper.xml

@@ -9,7 +9,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <where>
             tb_patient.event_type='7'
             <if test="id != null "> and id = #{id}</if>
-            <if test="patId != null  and patId != ''"> and pat_id = #{patId}</if>
             <if test="patientCode != null  and patientCode != ''"> and patient_code = #{patientCode}</if>
             <if test="name != null  and name != ''"> and name like concat('%', #{name}, '%')</if>
             <if test="birthDate != null  and birthDate != ''"> and birth_date = #{birthDate}</if>