From c1c140874bd375e36f4efa0b45e819e7cd22aaa6 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Wed, 28 Aug 2024 16:40:05 +0800 Subject: [PATCH] 1、主键生成策略优化 --- dyh-service/dyh-cust/src/main/java/cn/huge/module/client/api/impl/UtilsClientImpl.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/client/api/impl/UtilsClientImpl.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/client/api/impl/UtilsClientImpl.java index d8ff461..bc25875 100644 --- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/client/api/impl/UtilsClientImpl.java +++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/client/api/impl/UtilsClientImpl.java @@ -49,4 +49,5 @@ throw new ServiceException("UtilsClientImpl.getNewTimeId", e); } } + } -- Gitblit v1.8.0