代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -16,12 +16,12 @@ namespace BLL
if (q.Count() == 0)
{
return "";
}
}
return q.First().SetValue;
}
public static string GetAvevaNetUrl_Item(string projectId)
{
string url="";
string url = "";
var q = from x in Funs.DB.Project_Sys_Set where x.SetId == "9" && x.ProjectId == projectId select x;
if (q.Count() == 0)
{
@@ -34,12 +34,12 @@ namespace BLL
string value = collection["portalid"];
url = q.First().SetValue + "item/" + value + "%7C";
}
catch (Exception ex )
catch (Exception ex)
{
url = "";
}
return url;
}
public static Model.ColorModel GetColorModel(string projectId)