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