临时用电方案、企业大检查

This commit is contained in:
2026-03-06 12:58:28 +08:00
parent 170f26497c
commit 26122b9376
43 changed files with 6692 additions and 12 deletions
@@ -201,6 +201,21 @@ namespace BLL
return htmlStr;
}
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;
}
/// <summary>
/// 工作台项目图片
/// </summary>