20230918现场当前人数统计修改

This commit is contained in:
2023-09-18 16:38:55 +08:00
parent 33be5980fc
commit 8ff01fdd35
4 changed files with 91 additions and 99 deletions
@@ -250,8 +250,8 @@ namespace BLL
{
getInMaxs = getInMaxs.Where(x => x.IsIn == true);
}
inCount = getInMaxs.Count();
if (inCount == 0)
nowCount = getInMaxs.Count();
if (nowCount == 0)
{
return null;
}