| | |
| | | public PageListOutput<RepairTaskFormProgressDto> GetProgressPageList([FromQuery][Required] QueryRepairTaskFormProgressPageListInput input) |
| | | { |
| | | int total = 0; |
| | | var list = _service.GetPageList |
| | | (LongListHelper.ToList(input.EquipmentIds), input.RepairUserID, null, input.Urgency, input.FormNo, input.StartTime, input.EndTime, input.PageIndex, input.PageSize, ref total); |
| | | var list = _service.GetProgressPageList |
| | | (LongListHelper.ToList(input.EquipmentIds), input.RepairUserID, input.Urgency, input.FormNo, input.StartTime, input.EndTime, input.PageIndex, input.PageSize, ref total); |
| | | if (list == null || list.Count < 1) |
| | | { |
| | | return new PageListOutput<RepairTaskFormProgressDto>() { Total = 0, List = null }; |
| | |
| | | --> |
| | | <Project> |
| | | <PropertyGroup> |
| | | <History>True|2023-12-04T10:25:37.5121850Z;True|2023-12-04T18:25:32.0321208+08:00;True|2023-07-13T12:10:11.2591498+08:00;True|2023-05-25T18:02:16.3580168+08:00;True|2023-05-25T15:44:32.4909866+08:00;</History> |
| | | <History>True|2023-12-11T01:27:38.5966472Z;True|2023-12-04T18:25:37.5121850+08:00;True|2023-12-04T18:25:32.0321208+08:00;True|2023-07-13T12:10:11.2591498+08:00;True|2023-05-25T18:02:16.3580168+08:00;True|2023-05-25T15:44:32.4909866+08:00;</History> |
| | | </PropertyGroup> |
| | | </Project> |
| | |
| | | <RootNamespace>Yw.Application</RootNamespace> |
| | | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| | | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
| | | <Version>1.0.0</Version> |
| | | <Version>1.0.1</Version> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |