From 63713b0ab46f217000a22a66ec7d210b9bee715c Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Fri, 27 Nov 2020 15:15:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=B5=8B=E5=B8=90=E5=8F=B7=20?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=88=A0=E9=99=A4=E5=B8=90=E5=8F=B7=E4=B9=9F?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E6=9C=BA=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 886bd71..3a84eee 100644 --- a/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs +++ b/Services/Hncore.Pass.Vpn/Service/ProductAccountService.cs @@ -36,7 +36,7 @@ namespace Hncore.Pass.Vpn.Service public async Task CheckAccountExist(int productId, List accouts) { - var flag = this.Exist(m => accouts.Contains(m.Account)); + var flag = this.Exist(m => accouts.Contains(m.Account) && m.DeleteTag == 0); if (flag) { return true;