20250123 质量月报
This commit is contained in:
@@ -293,6 +293,10 @@ namespace FineUIPro.Web.HSSE.License
|
||||
uploadfilepath = rootPath + initTemplatePath;
|
||||
newUrl = uploadfilepath.Replace(".doc", string.Format("{0:yyyy-MM}", DateTime.Now) + ".doc");
|
||||
filePath = initTemplatePath.Replace(".doc", string.Format("{0:yyyy-MM}", DateTime.Now) + ".pdf");
|
||||
if (File.Exists(newUrl))
|
||||
{
|
||||
File.Delete(newUrl);
|
||||
}
|
||||
File.Copy(uploadfilepath, newUrl);
|
||||
///更新书签
|
||||
var getBreakGround = LicensePublicService.GetBreakGroundById(Id);
|
||||
|
||||
Reference in New Issue
Block a user