【修改】 更换PC剩余时间异常的问题

This commit is contained in:
dlaren
2025-09-14 14:53:38 +08:00
parent 44dc893526
commit 73b5d9c4c2

View File

@@ -232,7 +232,7 @@ public class AutoToolsController {
// 获取一共要考试多长时间
long remainingTime = info.getRemainingTime();
// 判断剩余时间是否大于等于两者相差的时间
long times = remainingTime - secondsDifference;
long times = remainingTime - Math.abs(secondsDifference);
// 开启ws
// 获取上传文件时间
String time = examPaperVo.getEducationPaperParam().getUploadTime();