update 优化 SysLoginService#socialRegister 判断是否已经绑定用户 ;

add 新增 RemoteSocialServiceImpl#updateByBo 更新社会化关系 ;
This commit is contained in:
Michelle.Chung
2023-08-02 15:16:35 +08:00
parent 83743b04b0
commit d3460a653e
3 changed files with 31 additions and 2 deletions

View File

@@ -20,6 +20,11 @@ public interface RemoteSocialService {
*/
void insertByBo(RemoteSocialBo bo);
/**
* 更新社会化关系
*/
void updateByBo(RemoteSocialBo bo);
/**
* 删除社会化关系
*/