mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
Gitee授权登录成功
This commit is contained in:
@@ -55,10 +55,16 @@ public interface ThirdPartyUserDOMapper {
|
||||
int updateByPrimaryKey(ThirdPartyUserDO record);
|
||||
|
||||
/**
|
||||
* 通过 uuid + source 查询第三方登录的用户信息(limit 1)
|
||||
* 通过 uuid + source 查询第三方登录的用户信息
|
||||
* @param uuid
|
||||
* @param source
|
||||
* @return
|
||||
*/
|
||||
ThirdPartyUserDO selectByUuidAndSource(String uuid, String source);
|
||||
|
||||
/**
|
||||
* 获取上一步插入数据的主键id
|
||||
* @return
|
||||
*/
|
||||
Integer getLastInsertId();
|
||||
}
|
Reference in New Issue
Block a user