@@ -109,7 +109,9 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
var timeSpan= HolidayHelper.GetChinaWorkTimeSpan(startdate, endDate);
|
||||
|
||||
return $"{timeSpan.Days}天,{timeSpan.Hours}小时{timeSpan.Minutes}分钟{timeSpan.Seconds}";
|
||||
_userRepository.Where(t => t.Id == _userInfo.Id).Select(t => t.FullName).FirstOrDefault();
|
||||
|
||||
return $"{timeSpan.Days}天,{timeSpan.Hours}小时{timeSpan.Minutes}分钟{timeSpan.Seconds}秒";
|
||||
}
|
||||
|
||||
public async Task<IResponseOutput> TestEFcore8()
|
||||
|
||||
Reference in New Issue
Block a user