This commit is contained in:
Guoqs
2024-12-13 17:12:44 +08:00
parent 9e86ca0003
commit 269d80796f
2 changed files with 7 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ public class PileSnGenerateService {
increResult = prefix + year + String.format("%1$010d", increNum);
// 保存到字典中
savePileSn2Dict(pileNum);
// savePileSn2Dict(pileNum);
} catch (Exception e) {
logger.error("获取序列号失败", e);
}