update resulttype and param type
This commit is contained in:
parent
f66e6c82fa
commit
80f8be4cba
@ -17,7 +17,7 @@
|
||||
AND valid = 1
|
||||
</update>
|
||||
|
||||
<select id="selectById" parameterType="String" resultType="OAuth2RefreshTokenDO">
|
||||
<select id="selectById" parameterType="string" resultType="cn.iocoder.mall.user.biz.dataobject.OAuth2RefreshTokenDO">
|
||||
SELECT
|
||||
id, user_id, valid, expires_time, create_time
|
||||
FROM oauth2_refresh_token
|
||||
|
Loading…
Reference in New Issue
Block a user