perf(系统管理): 非法排序字段异常

This commit is contained in:
fit2cloud-chenyw 2023-03-21 22:58:49 +08:00
parent 8a61c69ea5
commit 91a3c8a823

View File

@ -46,7 +46,7 @@ public class SqlInjectAop {
String[] value = annotation.value();
boolean illegal = isIllegal(value, request.getOrders());
if (illegal) {
DEException.throwException("Illegal order exp");
DEException.throwException("Illegal sort exp");
}
return point.proceed(args);
} catch (Throwable e) {