From cd49a265831235ebbea86070b785d1760d10a926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 9 Jun 2021 17:13:48 +0800 Subject: [PATCH] rebuy --- Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs b/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs index 1b61458..cf3e1d4 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs @@ -90,7 +90,7 @@ namespace Hncore.Pass.Vpn.Service public async Task GetProductAccountInfo(int productId, string accout) { - return await this.Query(true).FirstOrDefaultAsync(m => m.ProductId == productId && m.Account == accout); + return await this.Query(true).FirstOrDefaultAsync(m => m.ProductId == productId && m.Account == accout && m.DeleteTag == 0); } ///