Compare commits

..

No commits in common. 'f40e99611e1f9fb0750d011a9323cd7c4eae0362' and '63c4173987c902ded477d3abd1af1a66aca9364d' have entirely different histories.

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

Loading…
Cancel
Save