mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
sortorder to sortindex
This commit is contained in:
parent
f7b85b5834
commit
b9faf02f2a
@ -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" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user