From 91506de8dfde1c42e155ce31571f2573ad6bb183 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Thu, 28 Jan 2021 17:55:17 +0800
Subject: [PATCH] modify

---
 src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java b/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
index f31295b..3a1adff 100644
--- a/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
+++ b/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
@@ -106,6 +106,7 @@
      * @param memberId
      */
     public static void sendWholePrice(@NotNull Long memberId) {
+        log.info("执行了这个方法");
         EXECUTOR.execute(new Runnable() {
             @Override
             public void run() {

--
Gitblit v1.9.1