Commit 9643c350 authored by wdy's avatar wdy

岗位管理排序

parent e649bfe0
......@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND post_name like concat('%', #{postName}, '%')
</if>
</where>
ORDER BY status ASC, post_sort ASC, create_time DESC
</select>
<select id="selectPostAll" resultMap="SysPostResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment