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

IRC_NewDev
he 2024-01-12 14:35:57 +08:00
parent 061625e474
commit abc364835c
1 changed files with 2 additions and 2 deletions

View File

@ -2583,7 +2583,7 @@ namespace IRaCIS.Application.Services
var startRestTimeKey = _userInfo.Id.ToString() + "StartRestTime";
int readingMinute = 12; // 为60整数
int restMinute = 10; //
int restMinute = 5; //
var startReadingTime = _provider.Get<string>(startReadingTimeKey).Value;
var startRestTime = _provider.Get<string>(startRestTimeKey).Value;
if (startReadingTime == null && startRestTime == null)
@ -2639,7 +2639,7 @@ namespace IRaCIS.Application.Services
var startReadingTimeKey = userID.ToString() + "StartReadingTime";
var startRestTimeKey = userID.ToString() + "StartRestTime";
//int readingMinute = 120; // 为60整数
int restMinute = 10; //
int restMinute = 5; //
var startReadingTime = _provider.Get<string>(startReadingTimeKey).Value;
var startRestTime = _provider.Get<string>(startRestTimeKey).Value;