Commit e74fea15 by fsn

解决判断账号是否存在的bug

parent ec9abdbd
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<select id="getByAccount" resultType="user"> <select id="getByAccount" resultType="user">
select select
<include refid="Base_Column_List_With_Pwd" /> <include refid="Base_Column_List_With_Pwd" />
from _user where account = #{account} from _user where account = #{account} and status != 5
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment