mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-06-10 03:07:33 +08:00
sortorder to sortindex
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<if test="departmentId != null and departmentId != ''">
|
||||
and departmentid = #{departmentId}
|
||||
</if>
|
||||
order by sortorder,id
|
||||
order by sortindex,id
|
||||
</select>
|
||||
|
||||
<update id="updateLocked" parameterType="UserInfo" >
|
||||
|
||||
Reference in New Issue
Block a user