代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user