升级Spring Cloud相关组件到最新版本

This commit is contained in:
RuoYi
2022-01-10 15:02:13 +08:00
parent 5ebc354cfc
commit b40e5c19b2
9 changed files with 91 additions and 21 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)
{