wujianwei
2025-12-30 c74b2e7674da155fc51b1f71405ec182992fc114
system/src/main/java/com/ruoyi/system/service/impl/SystemDataNoServiceImpl.java
@@ -62,7 +62,7 @@
            log.info("{}进入", Thread.currentThread().getName());
            Integer serial = getOrInitSerialNumber(fullKey, baseNo, dayKey);
            redisCache.setCacheObject(fullKey, serial, 1000, TimeUnit.DAYS);
            redisCache.setCacheObject(fullKey, serial, 1, TimeUnit.DAYS);
            return formatSerialNumber(fullKey, serial);
        } catch (InterruptedException e) {