增加用户登录校验

master
heminjian502 2 years ago
parent c7c4447920
commit 0bc7e9b964

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

Loading…
Cancel
Save