From d29def2798c08bd7ad1fb8cd0a1bb2cf974ed041 Mon Sep 17 00:00:00 2001 From: bynt Date: Fri, 21 Apr 2023 11:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E9=80=81=E7=9F=AD?= =?UTF-8?q?=E4=BF=A1=E9=80=BB=E8=BE=91=20=E6=9B=B4=E6=94=B9=E5=AE=9E?= =?UTF-8?q?=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../me/zhengjie/modules/uploadnew/task/SaveToFileNewTask.java | 1 + 1 file changed, 1 insertion(+) diff --git a/eladmin-system/src/main/java/me/zhengjie/modules/uploadnew/task/SaveToFileNewTask.java b/eladmin-system/src/main/java/me/zhengjie/modules/uploadnew/task/SaveToFileNewTask.java index b48c2ab..d3f4a4c 100644 --- a/eladmin-system/src/main/java/me/zhengjie/modules/uploadnew/task/SaveToFileNewTask.java +++ b/eladmin-system/src/main/java/me/zhengjie/modules/uploadnew/task/SaveToFileNewTask.java @@ -192,6 +192,7 @@ public class SaveToFileNewTask { phoneList = Lists.newArrayList(Sets.newHashSet(list)); } if (CollectionUtil.isNotEmpty(phoneList)) { + log.info("============= the random number as {} =============", Base64.encode(RandomUtil.randomEle(phoneList))); batchSendToEncrypt(filePath, phoneList); } }