代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Aspose.Words;
|
||||
using NPOI.SS.Formula.Functions;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
@@ -7,7 +7,6 @@ using System.Data.SqlClient;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Web.UI.WebControls;
|
||||
using Model;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
@@ -238,7 +237,7 @@ namespace BLL
|
||||
+ @" FROM PHTGL_SetSubReview_Sch1 AS Sch1 "
|
||||
+ @"where 1=1 AND SetSubReviewID = @SetSubReviewID order by SortIndex ";
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
uploadfilepath = rootPath + initTemplatePath;
|
||||
newUrl = uploadfilepath.Replace(".docx", string.Format("{0:yyyy-MM}", DateTime.Now) + ".docx");
|
||||
@@ -315,7 +314,7 @@ namespace BLL
|
||||
|
||||
doc.Save(newUrl);
|
||||
Document doc1 = new Aspose.Words.Document(newUrl);
|
||||
|
||||
|
||||
File.Delete(newUrl);
|
||||
return doc1;
|
||||
}
|
||||
@@ -345,7 +344,7 @@ namespace BLL
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
case PHTGL_SetSubReviewService.Type_MinPrice:
|
||||
if (Act != null)
|
||||
@@ -361,9 +360,9 @@ namespace BLL
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
|
||||
|
||||
}
|
||||
|
||||
newUrl = rootPath + initTemplatePath;
|
||||
|
||||
Reference in New Issue
Block a user