资源排序

This commit is contained in:
2025-06-04 14:01:31 +08:00
parent 57d784aba7
commit 05e3eb52e2
2 changed files with 39 additions and 18 deletions

View File

@ -60,7 +60,7 @@
<if test=" qo.house != null and qo.house != ''">
and house = #{qo.house}
</if>
order by id desc
</select>
</mapper>