|
@@ -59,7 +59,7 @@
|
|
<if test="departmentId != null and departmentId != ''">
|
|
<if test="departmentId != null and departmentId != ''">
|
|
and departmentid = #{departmentId}
|
|
and departmentid = #{departmentId}
|
|
</if>
|
|
</if>
|
|
- order by sortindex,id
|
|
|
|
|
|
+ order by status,sortindex,id
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<update id="updateLocked" parameterType="UserInfo" >
|
|
<update id="updateLocked" parameterType="UserInfo" >
|