代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -92,8 +92,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_HotProess_TrustItem
|
||||
join y in Funs.DB.HJGL_HotProess_Trust on x.HotProessTrustId equals y.HotProessTrustId
|
||||
|
||||
Reference in New Issue
Block a user