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