From 4a2bfe98958c8abc0b1103880b27230c3ed51c65 Mon Sep 17 00:00:00 2001 From: dev02 Date: Fri, 5 May 2023 16:47:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=83=E6=95=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FrontendWebApi/ApiControllers/BuildController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/FrontendWebApi/ApiControllers/BuildController.cs b/FrontendWebApi/ApiControllers/BuildController.cs index 745b408..a558312 100644 --- a/FrontendWebApi/ApiControllers/BuildController.cs +++ b/FrontendWebApi/ApiControllers/BuildController.cs @@ -414,9 +414,6 @@ namespace FrontendWebApi.ApiControllers [Route("api/GetDevice")] public async Task>>> GetDevice(GetSubPost post) { - post.building_tag = "D2"; - post.main_system_tag = "EE"; - post.sub_system_tag = "E4"; ApiResult> apiResult = new ApiResult>(); if (!jwtlife) {