Parcourir la source

计算工资 5.8

leiy il y a 1 an
Parent
commit
09afff8ab9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

+ 1 - 1
OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

@@ -675,7 +675,7 @@ namespace OASystem.API.OAMethodLib
             templateDetailView = await _qiYeWeChatApiService.GetTemplateDetailAsync(template_id);
             if (templateDetailView.errcode != 0) 
             {
-                Log.Error("【企业微信】【审批】【获取假勤类型的审批】【Msg】"+ templateDetailView.errmsg);
+                Serilog.Log.Error("【企业微信】【审批】【获取假勤类型的审批】【Msg】"+ templateDetailView.errmsg);
                 return vacationLeaveTypes;
             }
             List<VacationItemInfo> VacationItemInfos = templateDetailView.vacation_list.item;