|
|
@@ -187,7 +187,6 @@ public class AccountGroupServiceImpl extends ServiceImpl<AccountGroupMapper, Acc
|
|
|
public AccountGroup getAccountGroupById(Long groupId, Long userId) {
|
|
|
return this.getOne(new LambdaQueryWrapper<AccountGroup>()
|
|
|
.eq(AccountGroup::getId, groupId)
|
|
|
- .eq(AccountGroup::getUserId, userId)
|
|
|
.eq(AccountGroup::getDeleted, 0));
|
|
|
}
|
|
|
|