Browse Source

Api添加天数

yuanrf 2 months ago
parent
commit
abcc60146c

+ 1 - 0
OASystem/OASystem.Api/OAMethodLib/QiYeWeChatAPI/QiYeWeChatApiService.cs

@@ -739,6 +739,7 @@ namespace OASystem.API.OAMethodLib.QiYeWeChatAPI
                     Name = item.base_info.name,
                     Regular_days = item.summary_info.regular_days,
                     Exception_info_List = new List<Exception_info>(),
+                    Work_days = item.summary_info.work_days
                 });
             }
 

+ 2 - 0
OASystem/OASystem.Domain/ViewModels/QiYeWeChat/CheckInView.cs

@@ -314,6 +314,8 @@ namespace OASystem.Domain.ViewModels.QiYeWeChat
 
         public List<Exception_info> Exception_info_List { get; set; }
 
+        public int Work_days { get; set; }
+
     }
 
     public class Exception_info