提交代码

This commit is contained in:
2024-04-25 17:06:47 +08:00
parent 7d621af2b1
commit 936463f07f
21 changed files with 1882 additions and 116 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ namespace FineUIPro.Web.common
//安全管理人员
var allSum = from x in Funs.DB.SitePerson_Person
where x.IsUsed == true
where x.IsUsed == true && x.InTime < DateTime.Now && (x.OutTime == null || x.OutTime > DateTime.Now)
select x;
var glAllPerson = from x in allSum
join y in Funs.DB.Base_WorkPost on x.WorkPostId equals y.WorkPostId