refactor(curd): 重构排序字段处理,预防 SQL 注入问题

This commit is contained in:
2024-08-13 13:33:56 +08:00
parent 4786af5104
commit c31fa753b6
13 changed files with 276 additions and 231 deletions

View File

@@ -18,5 +18,10 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-db</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
</dependencies>
</project>