登录token

This commit is contained in:
2023-12-21 22:39:29 +08:00
parent 1399bfd1e5
commit 9a0fa79bcb
9 changed files with 418 additions and 8 deletions

View File

@@ -155,7 +155,7 @@
select
<include refid="Base_Column_List" />
from ln_user
where user_email = #{user_login,jdbcType=VARCHAR}
where user_login = #{user_login,jdbcType=VARCHAR}
</select>