LEIYI 1 month ago
parent
commit
17ef0087cf

+ 1 - 1
OASystem/OASystem.Domain/ViewModels/Groups/EnterExitCostView.cs

@@ -19,7 +19,7 @@ namespace OASystem.Domain.ViewModels.Groups
     {
         public int Id { get; set; }
 
-        public string Name { get; set; }
+        public string GroupName { get; set; }
 
         public string IsNull { get; set; }
     }

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/DelegationInfoRepository.cs

@@ -1097,7 +1097,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
 
             var groupSql = string.Format(@$"SELECT
   Id,
-  TeamName GrouName,
+  TeamName GroupName,
   CASE
     WHEN (
       SELECT