mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-05 08:46:38 +00:00
build: Spring Boot 升级到 3.4.0
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user