20210621
This commit is contained in:
@@ -56,7 +56,7 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
EndDate = Convert.ToDateTime(this.txtEndTime.Text);
|
||||
}
|
||||
//统计所给时间段的全部数量
|
||||
List<Model.View_CQMS_InspectionManagementDetail> managementListSunNumber = BLL.InspectionManagementService.getInspectionManagementDetailListByCNProfessionalIdAndDate(this.CurrUser.LoginProjectId, string.Empty, StartDate, DateTime.Now, false);
|
||||
List<Model.ProcessControl_InspectionManagement> managementListSunNumber = BLL.InspectionManagementService.getInspectionManagementListByCNProfessionalIdAndDate(this.CurrUser.LoginProjectId, string.Empty, StartDate, DateTime.Now, false);
|
||||
List<string> compileMans = managementListSunNumber.Select(x => x.CompileMan).Distinct().ToList();
|
||||
foreach (var item in compileMans)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user