Ciallo 9 月之前
父节点
当前提交
9da0cda239
共有 1 个文件被更改,包括 0 次插入1 次删除
  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>