mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-09-01 18:35:27 +00:00
添加新群号:264312783
This commit is contained in:
@@ -121,7 +121,7 @@ public class ScheduleUtils
|
||||
*/
|
||||
public static boolean whiteList(String invokeTarget)
|
||||
{
|
||||
String packageName = StringUtils.substringBefore(invokeTarget, ")");
|
||||
String packageName = StringUtils.substringBefore(invokeTarget, "(");
|
||||
int count = StringUtils.countMatches(packageName, ".");
|
||||
if (count > 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user