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); } }