From 2f55cebbad3dea187a5f91d16ec80a9677dab699 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 十一月 2024 11:16:53 +0800 Subject: [PATCH] 1 --- src/main/java/com/yssh/utils/CacheUtils.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/yssh/utils/CacheUtils.java b/src/main/java/com/yssh/utils/CacheUtils.java index 1292f87..8404a46 100644 --- a/src/main/java/com/yssh/utils/CacheUtils.java +++ b/src/main/java/com/yssh/utils/CacheUtils.java @@ -63,10 +63,8 @@ BigInteger bigInt = new BigInteger(1, byteArray); - // 鍙傛暟16琛ㄧず16杩涘埗 String result = bigInt.toString(16); - // 涓嶈冻32浣嶉珮浣嶈ˉ闆� while (result.length() < 32) { result = "0" + result; } -- Gitblit v1.9.3