update resulttype and param type

pull/1/head
Autorun 2019-05-15 00:40:26 +08:00
parent f66e6c82fa
commit 80f8be4cba
1 changed files with 1 additions and 1 deletions

View File

@ -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