提交 14225612 编写于 作者: 爱吃血肠's avatar 爱吃血肠

修复用户登录校验...

上级 8be6bdb4
......@@ -119,7 +119,7 @@
<include refid="t_user_Column" />
from t_user
<where>
<if test="name != null "> and t_user.name = #{email}</if>
<if test="email != null "> and t_user.name = #{email}</if>
<if test="password != null "> and t_user.password = #{password}</if>
</where>
</select>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册