LEIYI 11 月之前
父節點
當前提交
c23c68a44e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      OASystem/OASystem.Infrastructure/Repositories/Groups/TaskAssignmentRepository.cs

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/TaskAssignmentRepository.cs

@@ -285,6 +285,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
             _view.Code = StatusCodes.Status200OK;
             _view.Msg = "操作成功!";
             _view.Data = data;
+            _view.Count = data.Count;
 
             return _view;
         }