diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index de527fb..eb8afbd 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -361,7 +361,7 @@ @*

โ€”@item.Product.Nameโ€”

*@
- @if(item.Product.Id != 5){ + @if(item.Product.TenantId == 1157){

ๅ…่ดน

@restStatus

diff --git a/Services/Hncore.Pass.Vpn/Response/Product/ProductWithPackageResponse.cs b/Services/Hncore.Pass.Vpn/Response/Product/ProductWithPackageResponse.cs index 1a68574..583cc24 100644 --- a/Services/Hncore.Pass.Vpn/Response/Product/ProductWithPackageResponse.cs +++ b/Services/Hncore.Pass.Vpn/Response/Product/ProductWithPackageResponse.cs @@ -15,6 +15,7 @@ namespace Hncore.Pass.Vpn.Response.Product public int Sort { get; set; } public string Content { get; set; } public string Profile { get; set; } + public int TenantId { get; set; } public int OnLine { get; set; } = 1;