项目人员信息档案新增、导入补充:机构划分、组织单元、人员分类、员工子组、备注信息
This commit is contained in:
@@ -866,11 +866,11 @@ namespace BLL
|
||||
var tb1 = SQLHelper.GetDataTableRunText(strSql1, null);
|
||||
|
||||
string strSql2 = @" select ProjectId,COUNT(1) num from [dbo].[SitePerson_Person]
|
||||
where IsUsed=1 and (OutTime is null or OutTime>'" + dateZ + "') and UnitId ='"+Const.UnitId_TCC+@"'
|
||||
where IsUsed=1 and (OutTime is null or OutTime>'" + dateZ + "') and UnitId ='"+Const.UnitId_XJYJ+@"'
|
||||
group by ProjectId";
|
||||
var tb2 = SQLHelper.GetDataTableRunText(strSql2, null);
|
||||
string strSql3 = @"select ProjectId,COUNT(1) num from [dbo].[SitePerson_Person]
|
||||
where IsUsed=1 and (OutTime is null or OutTime>'" + dateZ + @"') and UnitId !='"+Const.UnitId_TCC+@"'
|
||||
where IsUsed=1 and (OutTime is null or OutTime>'" + dateZ + @"') and UnitId !='"+Const.UnitId_XJYJ+@"'
|
||||
group by ProjectId";
|
||||
var tb3 = SQLHelper.GetDataTableRunText(strSql3, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user