no message
This commit is contained in:
parent
190d2a2bed
commit
7a2f71624b
|
|
@ -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); // 确保不为负数
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue