20240813 单位工程加载问题
This commit is contained in:
@@ -293,7 +293,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
string info = string.Empty;
|
||||
var unitWorks = from x in Funs.DB.WBS_UnitWork
|
||||
where x.ProjectId == this.ProjectId && x.SuperUnitWork == null
|
||||
where x.ProjectId == this.ProjectId && (x.SuperUnitWork == null || x.SuperUnitWork == "0")
|
||||
orderby x.UnitWorkCode
|
||||
select new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user