mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	完成 SysSocialServiceTest 的绑定用户的单测
This commit is contained in:
		| @@ -102,7 +102,7 @@ public class SysSocialServiceImpl implements SysSocialService { | ||||
|             if (Objects.equals(socialUser.getUserId(), userId)) { | ||||
|                 return; | ||||
|             } | ||||
|             socialUserMapper.updateById(new SysSocialUserDO().setUserId(socialUser.getUserId()).setUserId(userId)); | ||||
|             socialUserMapper.updateById(new SysSocialUserDO().setId(socialUser.getId()).setUserId(userId)); | ||||
|         }); | ||||
|  | ||||
|         // 逻辑三:如果 authUser 不存在于 socialUsers 中,则进行新增;否则,进行更新 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV