20210618
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Model
|
||||
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), projectId, states, pageIndex, pageSize);
|
||||
return (ISingleResult<RectifyNoticesItem>)result.ReturnValue;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取现场单位考勤
|
||||
/// </summary>
|
||||
@@ -74,7 +74,7 @@ namespace Model
|
||||
[Function(Name = "[dbo].[spInOutManHoursReport]")]
|
||||
public IEnumerable<InOutstatisticsItem> spInOutManHoursReport([Parameter(DbType = "nvarchar(50)")] string projectId, [Parameter(DbType = "nvarchar(max)")] string unitId, [Parameter(DbType = "nvarchar(max)")] string postId, [Parameter(DbType = "DateTime")] DateTime? startTime, [Parameter(DbType = "DateTime")] DateTime? endTime)
|
||||
{
|
||||
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), projectId, unitId, postId, startTime,endTime);
|
||||
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), projectId, unitId, postId, startTime, endTime);
|
||||
return (ISingleResult<InOutstatisticsItem>)result.ReturnValue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user