This commit is contained in:
“wanyongkang”
2021-06-09 17:13:48 +08:00
parent 32afbd895b
commit cd49a26583

View File

@@ -90,7 +90,7 @@ namespace Hncore.Pass.Vpn.Service
public async Task<ProductAccountEntity> 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);
}
/// <summary>