lixiaojun
2023-12-11 ce6c4f9a41c987c3a0ecc9d3ac8ab3642d71769f
修复已知bug
已修改3个文件
8 ■■■■ 文件已修改
Yw.Application.Repair.Core/2-task-form/1-mgr/RepairTaskForm_Controller.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Yw.Application.Repair.Core/Properties/PublishProfiles/FolderProfile.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Yw.Application.Repair.Core/Yw.Application.Repair.Core.csproj 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Yw.Application.Repair.Core/2-task-form/1-mgr/RepairTaskForm_Controller.cs
@@ -291,8 +291,8 @@
        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 };
Yw.Application.Repair.Core/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -4,6 +4,6 @@
-->
<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>
Yw.Application.Repair.Core/Yw.Application.Repair.Core.csproj
@@ -7,7 +7,7 @@
    <RootNamespace>Yw.Application</RootNamespace>
    <GenerateDocumentationFile>True</GenerateDocumentationFile>
    <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
    <Version>1.0.0</Version>
    <Version>1.0.1</Version>
  </PropertyGroup>
  <ItemGroup>