This commit is contained in:
何美荣 2026-07-22 17:59:15 +08:00
parent b4180c52c3
commit b99368bab6

View File

@ -10363,13 +10363,16 @@ namespace APT.SC.WebApi.Controllers.Api.BIController
{
return completionSorts;
}
else
{
completionSorts = new List<T_FM_WORK_TICKET_COMPLETION>();
}
#endregion
#region
List<T_FM_WORK_TICKET_COMPLETION> completions = new List<T_FM_WORK_TICKET_COMPLETION>();
#region
List<T_FM_WORK_TICKET_COMPLETION> completions = new List<T_FM_WORK_TICKET_COMPLETION>();
BaseFilter baseFilter = new BaseFilter(orgId);
baseFilter.IgnoreDataRule = true;
var startTime = Convert.ToDateTime(DateTime.Now.Year + "-" + DateTime.Now.Month + "-01 00:00:00");