Commit 1e2f4cf2 authored by wdy's avatar wdy

Merge branch 'wangdingyi' into 'dev'

岗位管理排序

See merge request !189
parents e649bfe0 9643c350
......@@ -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