【修改】 更换PC剩余时间异常的问题
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user