【修改】监控管理时间

This commit is contained in:
YOHO\20373
2025-05-22 14:25:05 +08:00
parent 5dce40ae47
commit 8086e2a123
2 changed files with 20 additions and 5 deletions

View File

@@ -117,6 +117,7 @@ public class EndStuMonitorUtils {
String key = "userCache:" + taskId + ":" + stuId;
MonitorDO info = JsonUtils.parseObject(stringRedisTemplate.opsForValue().get(key),MonitorDO.class);
info.setRemainingTime(0L);
EducationPaperParam educationPaperParam = educationPaperParamMapper.selectEducationPaperParamByTaskId(taskId);
EducationPaperTask educationPaperTask = educationPaperTaskMapper.selectEducationPaperTaskByTaskId(taskId);
if ("1".equals(educationPaperParam.getSaveGrades())){