代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -54,7 +54,7 @@ namespace FineUIPro.Web.HJGL.DataImport
}
public string Save()
public string Save()
{
string result = "";
if (Session["AttachFile.webuploader"] == null)
@@ -85,9 +85,9 @@ namespace FineUIPro.Web.HJGL.DataImport
if (!BLL.HJGL_DataImportService.UploadFileToOa(Funs.RootPath + dataImport.FilePath, dataImport.UnitWorkId, "2"))
{
string str =" "+ dataImport.FileName+"推送失败|";
string str = " " + dataImport.FileName + "推送失败|";
result += str;
}
}
}
@@ -96,8 +96,8 @@ namespace FineUIPro.Web.HJGL.DataImport
}
protected void btnSave_Click(object sender, EventArgs e)
{
string result= Save();
if (result =="")
string result = Save();
if (result == "")
{
ShowNotify("保存成功!", MessageBoxIcon.Success);
}