删除帐号

This commit is contained in:
wanyongkang
2020-11-27 10:44:04 +08:00
parent e5cf1b1b23
commit 6a5b48e94a
2 changed files with 2 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ namespace Hncore.Pass.Vpn.Controllers
public async Task<ApiResult> Page([FromQuery]AccountPageRequest request)
{
Expression<Func<ProductAccountEntity, bool>> expr = m => 1 == 1;
expr = expr.And(m => m.DeleteTag == 0);
if (request.UserId > 0)
{
expr = expr.And(m => m.UserId == request.UserId);