build: Spring Boot 升级到 3.4.0

This commit is contained in:
xiongxiaoyang
2025-03-15 23:35:47 +08:00
parent 8d35aa80ab
commit d77ce5b446
39 changed files with 201 additions and 192 deletions

View File

@ -31,6 +31,9 @@
<if test="updateTimeMin != null">
and last_index_update_time >= #{updateTimeMin}
</if>
<if test="sort != null">
order by ${sort} desc
</if>
</select>