数据穿透
This commit is contained in:
@@ -567,5 +567,19 @@ namespace BLL
|
||||
F_Stream.Close();
|
||||
return rx;
|
||||
}
|
||||
|
||||
public static string ConvertImageUrlByImage(object ToeyId)
|
||||
{
|
||||
string url = string.Empty;
|
||||
if (ToeyId != null)
|
||||
{
|
||||
var imhurl = BLL.AttachFileService.getFileUrl(ToeyId.ToString());
|
||||
if (imhurl != null)
|
||||
{
|
||||
url = ShowImage(Funs.SGGLUrl, imhurl);
|
||||
}
|
||||
}
|
||||
return url;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user