sortorder to sortindex

This commit is contained in:
MaxKey 2024-01-02 17:15:51 +08:00
parent f7b85b5834
commit b9faf02f2a

View File

@ -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" >