返回值修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-07-16 10:10:12 +08:00
parent 2eb3b04365
commit 614a3bd70e
2 changed files with 2 additions and 2 deletions
@@ -3051,7 +3051,7 @@ namespace IRaCIS.Application.Services
var userTypeEnum = (UserTypeEnum)_userInfo.UserTypeEnumInt;
if (userTypeEnum != UserTypeEnum.IndependentReviewer)
{
return;
return true;
}
var startReadingTimeKey = _userInfo.Id.ToString() + "StartReadingTime";
var startRestTimeKey = _userInfo.Id.ToString() + "StartRestTime";