perf: 优化排序参数校验

This commit is contained in:
xiongxiaoyang
2025-07-18 16:21:35 +08:00
parent 773ce159f7
commit 1cd8a49fd4
7 changed files with 29 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ import java.util.*;
* @date 2025/7/17
*/
@Aspect
@Component
//@Component
@RequiredArgsConstructor
public class SortOrderValidationAspect {