mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-28 10:50:24 +08:00
支持购买套餐/续费套餐/用户账户操作等
This commit is contained in:
@@ -163,7 +163,7 @@ func (this *UserService) FindEnabledUser(ctx context.Context, req *pb.FindEnable
|
||||
|
||||
tx := this.NullTx()
|
||||
|
||||
user, err := models.SharedUserDAO.FindEnabledUser(tx, req.UserId)
|
||||
user, err := models.SharedUserDAO.FindEnabledUser(tx, req.UserId, nil)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user