From d4b92675e7e6a89bf0f06105ec25de64259121a0 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 8 Oct 2025 11:43:03 +0800 Subject: [PATCH] 1 --- SGGL/BLL/IDP/IDPDataService.cs | 4 ++-- .../PublishProfiles/FolderProfile.pubxml.user | 16 ++++++++-------- SGGL/WebAPI/WebAPI.csproj.user | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/SGGL/BLL/IDP/IDPDataService.cs b/SGGL/BLL/IDP/IDPDataService.cs index f67cc942..84c44f06 100644 --- a/SGGL/BLL/IDP/IDPDataService.cs +++ b/SGGL/BLL/IDP/IDPDataService.cs @@ -279,7 +279,7 @@ namespace BLL newItem.Category = item.Category; newItem.Tag = item.Tag; newItem.TagNumber = item.TagNumber; - string nameSpecifications = !string.IsNullOrWhiteSpace(item.NameSpecifications)? $"{item.NameSpecifications}。":string.Empty; + string nameSpecifications = !string.IsNullOrWhiteSpace(item.NameSpecifications) ? $"{item.NameSpecifications}。" : string.Empty; if (!string.IsNullOrWhiteSpace(item.DrivingType)) { nameSpecifications = $"{nameSpecifications} {type.GetProperty("DrivingType").GetCustomAttribute().PropertyName}:{item.DrivingType};"; @@ -683,7 +683,7 @@ namespace BLL ErrLogInfo.WriteLog($"{url}【Cookie】{session.name}={session.value}"); var returndata = BLL.APIGetHttpService.OutsideHttp(url, "GET", null, newToken, null); - if (!string.IsNullOrEmpty(returndata)) + if (!string.IsNullOrEmpty(returndata) && returndata != "{}") { ErrLogInfo.WriteLog($"【{startDate}请求结果】{returndata}"); IDPDesignDrawingResponseData responseData = IDPDesignDrawingResponseData.FromJson(returndata); diff --git a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user index 867b6cf1..0c61ea54 100644 --- a/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user +++ b/SGGL/WebAPI/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -86,22 +86,22 @@ 10/28/2024 14:02:50 - 09/29/2025 15:39:34 + 10/08/2025 11:14:05 - 09/29/2025 15:39:34 + 10/08/2025 11:14:05 12/06/2024 20:13:58 - 09/29/2025 15:39:21 + 10/08/2025 11:13:54 12/26/2024 09:46:52 - 09/29/2025 15:39:21 + 10/08/2025 11:13:54 12/18/2020 05:32:28 @@ -389,13 +389,13 @@ 02/09/2013 00:42:28 - 09/29/2025 15:39:23 + 10/08/2025 11:13:55 - 09/29/2025 15:39:23 + 10/08/2025 11:13:55 - 09/29/2025 15:39:22 + 10/08/2025 11:13:55 01/23/2014 21:57:34 @@ -479,7 +479,7 @@ 10/28/2024 14:02:50 - 09/29/2025 15:39:24 + 10/08/2025 11:13:56 10/28/2024 14:02:50 diff --git a/SGGL/WebAPI/WebAPI.csproj.user b/SGGL/WebAPI/WebAPI.csproj.user index 17978b44..1a1a9a6c 100644 --- a/SGGL/WebAPI/WebAPI.csproj.user +++ b/SGGL/WebAPI/WebAPI.csproj.user @@ -1,7 +1,7 @@  - Debug|Any CPU + Release|Any CPU true