质量月报

This commit is contained in:
2023-05-25 10:56:16 +08:00
parent 39673dc1eb
commit 9346f075db
10 changed files with 419 additions and 155 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ namespace BLL
if (!String.IsNullOrEmpty(attachUrl))
{
string filePath = string.Empty;
string physicalpath = Funs.RootPath;
string physicalpath = Funs.localRoot;
//HttpContext.Current.Request.PhysicalApplicationPath;
filePath = physicalpath + attachUrl;
if (File.Exists(filePath))
@@ -66,7 +66,7 @@ namespace BLL
foreach (var item in strs)
{
string filePath = string.Empty;
string physicalpath = Funs.RootPath;
string physicalpath = Funs.localRoot;
//HttpContext.Current.Request.PhysicalApplicationPath;
filePath = physicalpath + item;
if (File.Exists(filePath))
@@ -113,7 +113,7 @@ namespace BLL
foreach (var item in strs)
{
string filePath = string.Empty;
string physicalpath = Funs.RootPath;
string physicalpath = Funs.localRoot;
//HttpContext.Current.Request.PhysicalApplicationPath;
filePath = physicalpath + item;
if (File.Exists(filePath))