This commit is contained in:
guoshengxiong 2024-05-27 14:24:38 +08:00
parent 7a2b8f47fe
commit 3c59d123f4

View File

@ -82,7 +82,7 @@ public class DataScopeInterceptor extends JsqlParserSupport implements InnerInte
sb.append(StrUtil.subAfter(e.getClassName(), ".", true));
sb.append(".java:");
sb.append(e.getLineNumber());
sb.append(")");
sb.append("###)");
break;
}
}