rebuy
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user