From 2e68224a824e8106204aaac389619ddbb5169800 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期二, 11 一月 2022 09:00:39 +0800 Subject: [PATCH] 添加新群号:264312783 --- src/main/java/com/ruoyi/common/utils/job/ScheduleUtils.java | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c82252..cf54431 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ ## 鑻ヤ緷鍓嶅悗绔垎绂讳氦娴佺兢 -QQ缇わ細 [ [ [ [ [ [ [ [ 鐐瑰嚮鎸夐挳鍏ョ兢銆� \ No newline at end of file +QQ缇わ細 [ [ [ [ [ [ [ [ [ 鐐瑰嚮鎸夐挳鍏ョ兢銆� \ No newline at end of file diff --git a/src/main/java/com/ruoyi/common/utils/job/ScheduleUtils.java b/src/main/java/com/ruoyi/common/utils/job/ScheduleUtils.java index 66b1ac9..2cd3799 100644 --- a/src/main/java/com/ruoyi/common/utils/job/ScheduleUtils.java +++ b/src/main/java/com/ruoyi/common/utils/job/ScheduleUtils.java @@ -121,7 +121,7 @@ */ public static boolean whiteList(String invokeTarget) { - String packageName = StringUtils.substringBefore(invokeTarget, ")"); + String packageName = StringUtils.substringBefore(invokeTarget, "("); int count = StringUtils.countMatches(packageName, "."); if (count > 1) { -- Gitblit v1.9.3