合并最新
This commit is contained in:
@@ -127,7 +127,7 @@ namespace FineUIPro.Web.Door
|
||||
/// <returns></returns>
|
||||
private int getSumSysCount(string projectId, string unitId)
|
||||
{
|
||||
return Funs.DB.SitePerson_Person.Where(x => x.ProjectId == projectId && x.UnitId == unitId && x.IsUsed == true && x.InTime <= DateTime.Now && (!x.OutTime.HasValue || x.OutTime > DateTime.Now)).Count();
|
||||
return Funs.DB.SitePerson_Person.Where(x => x.ProjectId == projectId && x.UnitId == unitId && x.IsUsed == 1 && x.InTime <= DateTime.Now && (!x.OutTime.HasValue || x.OutTime > DateTime.Now)).Count();
|
||||
}
|
||||
#region 计算合计
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user