From b4fd587f422fd1c3d2dd56d150ab466b7c05e9f1 Mon Sep 17 00:00:00 2001 From: fei550 <1420031550@qq.com> Date: Tue, 18 Nov 2025 15:43:29 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/HJGL/BaseInfo/MaterialColorIn.aspx.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SGGL/FineUIPro.Web/HJGL/BaseInfo/MaterialColorIn.aspx.cs b/SGGL/FineUIPro.Web/HJGL/BaseInfo/MaterialColorIn.aspx.cs index 4b463c73..6107216c 100644 --- a/SGGL/FineUIPro.Web/HJGL/BaseInfo/MaterialColorIn.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/BaseInfo/MaterialColorIn.aspx.cs @@ -64,7 +64,7 @@ namespace FineUIPro.Web.HJGL.BaseInfo var fileName = rootPath + initPath + hdFileName.Text; ResponeData responeData; - responeData = TwInOutplanmasterService.ImportData(fuAttachUrl.FileName, fileName, this.CurrUser.LoginProjectId, this.CurrUser.PersonId); + responeData = BaseMaterialcolorService.ImportData( fileName, this.CurrUser.LoginProjectId); if (responeData.code == 1) @@ -121,8 +121,8 @@ namespace FineUIPro.Web.HJGL.BaseInfo if (e.EventArgument == "Confirm_OK") { var rootPath = Server.MapPath("~/"); - var uploadfilepath = rootPath + Const.Tw_InPlanMasteTemplateUrl; - var filePath = Const.Tw_InPlanMasteTemplateUrl; + var uploadfilepath = rootPath + Const.HJGL_MaterialColorDataImportPath; + var filePath = Const.HJGL_MaterialColorDataImportPath; var fileName = Path.GetFileName(filePath); var info = new FileInfo(uploadfilepath); var fileSize = info.Length;