提交代码

This commit is contained in:
2024-08-12 09:43:16 +08:00
parent cc639f4cab
commit f17ced9d82
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ namespace BLL
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
var getDataLists = (from x in db.WBS_UnitWork
where x.ProjectId == projectId && x.SuperUnitWork == null
where x.ProjectId == projectId && x.SuperUnitWork == "0"
orderby x.UnitWorkCode
select new Model.BaseInfoItem
{