提交代码

This commit is contained in:
2023-09-21 16:02:54 +08:00
parent 0594d57506
commit a1246056bf
3 changed files with 614 additions and 264 deletions
+1 -1
View File
@@ -996,7 +996,7 @@ namespace BLL
getInfoList = (from x in db.Manager_HSSELog
join y in db.Sys_User on x.CompileMan equals y.UserId
join z in db.Sys_Const on x.Weather equals z.ConstValue
orderby x.CompileDate
orderby x.CompileDate descending
where x.IsVisible != false && z.GroupId == BLL.ConstValue.Group_Weather && x.ProjectId == projectId
select new Model.HSSELogItem
{