|
@@ -240,6 +240,7 @@
|
|
|
)
|
|
|
</if>
|
|
|
order by
|
|
|
+ u.sort,
|
|
|
<if test="vo.nodeIds != null and vo.nodeIds != ''">
|
|
|
case
|
|
|
when t.tree_sort regexp '^[a-zA-Z]' then 0 -- 字母开头的排在前面
|
|
@@ -248,7 +249,7 @@
|
|
|
end,
|
|
|
t.tree_sort,
|
|
|
</if>
|
|
|
- u.sort,u.sort_num,u.create_time
|
|
|
+ u.sort_num,u.create_time
|
|
|
limit #{current}, #{size}
|
|
|
</select>
|
|
|
|