【新增】资源排序
This commit is contained in:
@@ -17,6 +17,8 @@
|
|||||||
<if test="resourcePageRequest.searchKey != null and resourcePageRequest.searchKey != ''">
|
<if test="resourcePageRequest.searchKey != null and resourcePageRequest.searchKey != ''">
|
||||||
and r.title like CONCAT('%', #{resourcePageRequest.searchKey}, '%')
|
and r.title like CONCAT('%', #{resourcePageRequest.searchKey}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
</where>
|
</where>
|
||||||
|
order by r.sort_code asc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user