质量月报
This commit is contained in:
@@ -80,7 +80,11 @@ namespace BLL
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
public static string localRoot
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
/// <summary>
|
||||
/// 集团服务器路径
|
||||
/// </summary>
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user