From 25945aad63470a92144560e387cedc4d1985b431 Mon Sep 17 00:00:00 2001 From: dev02 Date: Tue, 2 May 2023 10:25:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=BE=8C=E7=AB=AF]=20=E4=BF=AE=E6=94=B9getmen?= =?UTF-8?q?u=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/BuildController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/FrontendWebApi/ApiControllers/BuildController.cs b/FrontendWebApi/ApiControllers/BuildController.cs index db2c60c..232c9ae 100644 --- a/FrontendWebApi/ApiControllers/BuildController.cs +++ b/FrontendWebApi/ApiControllers/BuildController.cs @@ -167,7 +167,6 @@ namespace FrontendWebApi.ApiControllers } try { - var buildmenusql = await backendRepository.GetAllAsync(@$" select me.* , @@ -195,7 +194,7 @@ namespace FrontendWebApi.ApiControllers ) ra left join auth_page ap on ra.AuthCode = ap.AuthCode where ap.AuthType = 1 - ) shower on shower.building_tag = me.building_tag and shower.ShowView = v2.id + ) shower on shower.building_tag = me.building_tag and shower.ShowView = v2.system_value order by b.priority, v1.system_priority, v2.system_priority, v2.created_at DESC", new { Account = account }); var floorsql = await backendRepository.GetAllAsync(@"