合并最新
This commit is contained in:
@@ -88,7 +88,7 @@ namespace FineUIPro.Web.common
|
||||
this.divGLPerson.InnerHtml = MCount.ToString();
|
||||
/////作业人数
|
||||
this.divZYPerson.InnerHtml = (AllCount - MCount).ToString();
|
||||
int getPersonCount=Funs.DB.SitePerson_Person.Where(x => x.IsUsed == true && x.CardNo.Length > 1
|
||||
int getPersonCount=Funs.DB.SitePerson_Person.Where(x => x.IsUsed == 1 && x.CardNo.Length > 1
|
||||
&& x.InTime <= DateTime.Now && !x.OutTime.HasValue && x.AuditorDate.HasValue).Count();
|
||||
if (getPersonCount > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user