!45 fix(system): 选人组件查询增加 ORDER BY 排序
Merge pull request !45 from new_new_new/fix/order_by
This commit is contained in:
+1
@@ -338,5 +338,6 @@
|
|||||||
where u.user_security_level >= #{secretLevel}
|
where u.user_security_level >= #{secretLevel}
|
||||||
and tem.dept_id LIKE CONCAT('%', #{deptId}, '%')
|
and tem.dept_id LIKE CONCAT('%', #{deptId}, '%')
|
||||||
and tem.role_id = #{roleId}
|
and tem.role_id = #{roleId}
|
||||||
|
ORDER BY sortno
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user