Commit 9bd7509e8745c4433dcde83ffc834b55256ab638
1 parent
9f7acd4c
添加新群号:264312783
Showing
3 changed files
with
5 additions
and
5 deletions
README.md
... | ... | @@ -94,4 +94,4 @@ |
94 | 94 | |
95 | 95 | ## 若依前后端分离交流群 |
96 | 96 | |
97 | -QQ群: [](https://jq.qq.com/?_wv=1027&k=5bVB1og) [](https://jq.qq.com/?_wv=1027&k=5eiA4DH) [](https://jq.qq.com/?_wv=1027&k=5AxMKlC) [](https://jq.qq.com/?_wv=1027&k=51G72yr) [](https://jq.qq.com/?_wv=1027&k=VvjN2nvu) [](https://jq.qq.com/?_wv=1027&k=5vYAqA05) [](https://jq.qq.com/?_wv=1027&k=kOIINEb5) [](https://jq.qq.com/?_wv=1027&k=UKtX5jhs) 点击按钮入群。 | |
98 | 97 | \ No newline at end of file |
98 | +QQ群: [](https://jq.qq.com/?_wv=1027&k=5bVB1og) [](https://jq.qq.com/?_wv=1027&k=5eiA4DH) [](https://jq.qq.com/?_wv=1027&k=5AxMKlC) [](https://jq.qq.com/?_wv=1027&k=51G72yr) [](https://jq.qq.com/?_wv=1027&k=VvjN2nvu) [](https://jq.qq.com/?_wv=1027&k=5vYAqA05) [](https://jq.qq.com/?_wv=1027&k=kOIINEb5) [](https://jq.qq.com/?_wv=1027&k=UKtX5jhs) [](https://jq.qq.com/?_wv=1027&k=EI9an8lJ) 点击按钮入群。 | |
99 | 99 | \ No newline at end of file |
... | ... |
ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/ScheduleUtils.java
... | ... | @@ -121,7 +121,7 @@ public class ScheduleUtils |
121 | 121 | */ |
122 | 122 | public static boolean whiteList(String invokeTarget) |
123 | 123 | { |
124 | - String packageName = StringUtils.substringBefore(invokeTarget, ")"); | |
124 | + String packageName = StringUtils.substringBefore(invokeTarget, "("); | |
125 | 125 | int count = StringUtils.countMatches(packageName, "."); |
126 | 126 | if (count > 1) |
127 | 127 | { |
... | ... |
ruoyi-ui/src/views/index.vue
... | ... | @@ -120,9 +120,9 @@ |
120 | 120 | <p> |
121 | 121 | <i class="el-icon-user-solid"></i> QQ群:<s>满937441</s> |
122 | 122 | <s>满887144332</s> <s>满180251782</s> <s>满104180207</s> |
123 | - <s>满186866453</s> <s>满201396349</s> <s>满101456076</s> | |
124 | - <a href="https://jq.qq.com/?_wv=1027&k=KmQbXyJ6" target="_blank"> | |
125 | - 101539465</a | |
123 | + <s>满186866453</s> <s>满201396349</s> <s>满101456076</s> <s>满101539465</s> | |
124 | + <a href="https://jq.qq.com/?_wv=1027&k=EI9an8lJ" target="_blank"> | |
125 | + 264312783</a | |
126 | 126 | > |
127 | 127 | </p> |
128 | 128 | <p> |
... | ... |