调休计算
This commit is contained in:
@@ -105,6 +105,12 @@ namespace IRaCIS.Application.Services
|
||||
}
|
||||
|
||||
|
||||
public string TestHoliday(DateTime startdate,DateTime endDate)
|
||||
{
|
||||
var timeSpan= HolidayHelper.GetChinaWorkTimeSpan(startdate, endDate);
|
||||
|
||||
return $"{timeSpan.Days}天,{timeSpan.Hours}小时{timeSpan.Minutes}分钟{timeSpan.Seconds}";
|
||||
}
|
||||
|
||||
public async Task<IResponseOutput> TestEFcore8()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user