|
|
@ -118,7 +118,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<include refid="selectTPatientVo"/>
|
|
|
|
<include refid="selectTPatientVo"/>
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="delFlag != null and delFlag != ''">
|
|
|
|
<if test="delFlag != null and delFlag != ''">
|
|
|
|
and delFlag = #{delFlag}
|
|
|
|
and del_flag = #{delFlag}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="phone != null and phone != ''">
|
|
|
|
<if test="phone != null and phone != ''">
|
|
|
|
and phone = #{phone}
|
|
|
|
and phone = #{phone}
|
|
|
|