Selaa lähdekoodia

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI 6 kuukautta sitten
vanhempi
commit
384decd2a8

+ 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