合并最新
This commit is contained in:
@@ -292,7 +292,7 @@ namespace FineUIPro.Web.HSSE.SitePerson
|
||||
string allStaffData = string.Empty;
|
||||
|
||||
var allSum = from x in Funs.DB.SitePerson_Person
|
||||
where x.ProjectId == this.CurrUser.LoginProjectId && x.UnitId == unitId && x.IsUsed == true
|
||||
where x.ProjectId == this.CurrUser.LoginProjectId && x.UnitId == unitId && x.IsUsed == 1
|
||||
&& (x.InTime < compileDate.AddMonths(1) || !x.InTime.HasValue)
|
||||
select x;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user