From ccdd4970f40b64af8f91698ebe0224f0389037a9 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Fri, 26 Sep 2025 16:17:40 +0800 Subject: [PATCH] 1 --- SGGL/BLL/WebService/CNCECHSSEGetWebService.cs | 2 +- SGGL/FineUIPro.Web/DCGL/ServerCheck/CheckRectifyEdit.aspx.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SGGL/BLL/WebService/CNCECHSSEGetWebService.cs b/SGGL/BLL/WebService/CNCECHSSEGetWebService.cs index 4948157e..feef0f01 100644 --- a/SGGL/BLL/WebService/CNCECHSSEGetWebService.cs +++ b/SGGL/BLL/WebService/CNCECHSSEGetWebService.cs @@ -62,7 +62,7 @@ namespace BLL }; var pushContent = JsonConvert.SerializeObject(upCheckReport.ToList()); - //ErrLogInfo.WriteLog($"【集团检查整改上报数据】:{pushContent}"); + ErrLogInfo.WriteLog($"【集团检查整改上报数据】:{pushContent}"); var strJosn = APIGetHttpService.Http(baseurl, "Post", contenttype, newToken, pushContent); if (!string.IsNullOrEmpty(strJosn)) { diff --git a/SGGL/FineUIPro.Web/DCGL/ServerCheck/CheckRectifyEdit.aspx.cs b/SGGL/FineUIPro.Web/DCGL/ServerCheck/CheckRectifyEdit.aspx.cs index 27bbbf69..82c0d2c5 100644 --- a/SGGL/FineUIPro.Web/DCGL/ServerCheck/CheckRectifyEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/DCGL/ServerCheck/CheckRectifyEdit.aspx.cs @@ -95,6 +95,7 @@ namespace FineUIPro.Web.DCGL.ServerCheck if (attachFile != null) { + CNCECPath = !string.IsNullOrWhiteSpace(CNCECPath) ? CNCECPath : "https://qhse.cncecoa.com/QHSE/"; url = BLL.UploadAttachmentService.ShowImage(CNCECPath, attachFile.AttachUrl); } }