1
This commit is contained in:
@@ -263,9 +263,7 @@ namespace FineUIPro.Web.common
|
||||
{
|
||||
int AllCount = 0;
|
||||
int MCount = 0;
|
||||
List<string> pids = new List<string>();
|
||||
pids.Add(this.CurrUser.LoginProjectId);
|
||||
var getallin = APIPageDataService.getPersonNum(pids, DateTime.Now);
|
||||
var getallin = APIPageDataService.getPersonNum(ProjectId, DateTime.Now);
|
||||
|
||||
//int AllCount = 0;
|
||||
//int MCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user