代码修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-01-12 10:45:53 +08:00
parent 03f1f9f157
commit 0ef8f62a58
1 changed files with 5 additions and 0 deletions

View File

@ -2573,6 +2573,11 @@ namespace IRaCIS.Application.Services
[HttpPost]
public async Task VerifyReadingRestTime()
{
var userTypeEnum = (UserTypeEnum)_userInfo.UserTypeEnumInt;
if (userTypeEnum != UserTypeEnum.IndependentReviewer)
{
return;
}
var startReadingTimeKey = _userInfo.Id.ToString()+ "StartReadingTime";
var startRestTimeKey = _userInfo.Id.ToString() + "StartRestTime";