fix:创建ID问题修改

This commit is contained in:
zhouz
2025-10-14 14:00:31 +08:00
parent c5bea0f287
commit 6e9e1b2be2

View File

@@ -2,7 +2,7 @@ package org.nl.wms.util;
public class IdUtil {
public static Long getLongId() {
return IdUtil.getLongId();
return cn.hutool.core.util.IdUtil.getSnowflake(1, 1).nextId();
}
public static String getStringId() {