Commit 66d9c138 by wyc

补充日志

parent 9d9201b3
......@@ -401,8 +401,10 @@ public void Copy_AttendanceType(per_allot allot, int prevAllotId)
updateAttDepts.Add(updateAttDept);
}
_perforPerAttendanceDeptRepository.AddRange(updateAttDepts.ToArray());
_logger.LogInformation("加载上月考勤--当前绩效Id:{Allot},天数:{CurrentMonth},", allot, currentMonth);
}
}
_logger.LogInformation("加载上月考勤--当前绩效Id:{Allot},上月:{PrevAllotId},", allot, prevAllotId);
#region (旧)考勤上报加载上月
//if (successfulType)
//{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment