From b5c4caac84f3a923c9801258ce9b4f68e266d633 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 16 Mar 2022 16:27:47 +0800
Subject: [PATCH] Merge branch 'bea' of http://120.27.238.55:7000/r/exchange into bea

---
 src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java |    9 +++++++++
 1 files changed, 9 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 0835e9e..a82c9c6 100644
--- a/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
+++ b/src/main/java/com/xcong/excoin/utils/ThreadPoolUtils.java
@@ -47,4 +47,13 @@
             }
         });
     }
+
+    public static void sendOrderMsg() {
+        EXECUTOR.execute(new Runnable() {
+            @Override
+            public void run() {
+                DingTalkUtils.sendOrderMsg();
+            }
+        });
+    }
 }

--
Gitblit v1.9.1