代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user