Pre Merge pull request !405 from 稚屿/N/A

This commit is contained in:
稚屿 2022-02-24 01:30:54 +00:00 committed by Gitee
commit a639744e1a

View File

@ -125,10 +125,7 @@ public class ScheduleUtils
int count = StringUtils.countMatches(packageName, "."); int count = StringUtils.countMatches(packageName, ".");
if (count > 1) if (count > 1)
{ {
if (!StringUtils.containsAnyIgnoreCase(invokeTarget, Constants.JOB_WHITELIST_STR)) return StringUtils.containsAnyIgnoreCase(invokeTarget, Constants.JOB_WHITELIST_STR);
{
return false;
}
} }
return true; return true;
} }