代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -90,8 +90,8 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
unitWork1 = (from x in unitWorkList where x.ProjectType == "1" select x).ToList();
|
||||
unitWork2 = (from x in unitWorkList where x.ProjectType == "2" select x).ToList();
|
||||
unitWork1 = (from x in unitWorkList where x.ProjectType == "1" select x).ToList();
|
||||
unitWork2 = (from x in unitWorkList where x.ProjectType == "2" select x).ToList();
|
||||
//}
|
||||
var TrustItemList = (from x in Funs.DB.HJGL_Hard_TrustItem
|
||||
join y in Funs.DB.HJGL_Hard_Trust on x.HardTrustID equals y.HardTrustID
|
||||
|
||||
Reference in New Issue
Block a user