This commit is contained in:
xy
2024-08-06 10:04:37 +08:00
parent 32a6b5c52e
commit 9b7ec5725b
2 changed files with 19 additions and 8 deletions

View File

@@ -174,7 +174,7 @@ public class CsDeviceServiceImpl implements ICsDeviceService {
logDto.setResult(1);
Object model = null;
try {
Thread.sleep(1500);
Thread.sleep(3000);
String key = AppRedisKey.LINE + nDid;
model = redisUtil.getObjectByKey(key);
if (Objects.isNull(model)){