Browse Source

计算工资 5.8

leiy 1 year ago
parent
commit
09afff8ab9
1 changed files with 1 additions and 1 deletions
  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;