1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-11 02:05:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

用户登录接口完成

This commit is contained in:
2022-03-13 02:12:52 +08:00
parent f5e84810cd
commit ff73a7f329
4 changed files with 8 additions and 4 deletions

View File

@@ -179,7 +179,7 @@
qq_third_party_auth_code = #{qqThirdPartyAuthCode,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}
</update>
<select id="selectByUsernameAndEncryptpwd" parameterType="java.lang.Integer" resultMap="BaseResultMap">
<select id="selectByUsernameAndEncryptpwd" parameterType="java.lang.String" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from user_info