添加新群号:264312783

This commit is contained in:
RuoYi
2022-01-11 09:02:16 +08:00
parent 9f7acd4cf9
commit 9bd7509e87
3 changed files with 5 additions and 5 deletions

View File

@ -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)
{