返回值修改

This commit is contained in:
he
2024-07-16 10:10:12 +08:00
parent 49e21a6342
commit 74aec46a94
2 changed files with 2 additions and 2 deletions
@@ -3008,7 +3008,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";