no message

This commit is contained in:
cb 2025-09-04 16:47:11 +08:00
parent 190d2a2bed
commit 7a2f71624b
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ public class AfterServiceRecordServiceImpl implements IAfterServiceRecordService
long currentTime = System.currentTimeMillis(); long currentTime = System.currentTimeMillis();
// long timeoutDuration = 60 * 60 * 1000L; // 10分钟测试环境生产环境应该是60分钟 // long timeoutDuration = 60 * 60 * 1000L; // 10分钟测试环境生产环境应该是60分钟
long elapsedTime = confirmStartTime-currentTime long elapsedTime = confirmStartTime-currentTime;
// long remainingTime = timeoutDuration - elapsedTime; // long remainingTime = timeoutDuration - elapsedTime;
return Math.max(0, elapsedTime); // 确保不为负数 return Math.max(0, elapsedTime); // 确保不为负数