Commit ade8d767 by fsn

修复菜单排序方式

parent 3b685ad8
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
</foreach> </foreach>
)) ))
) m3 ON m1.id = m3.id ) m3 ON m1.id = m3.id
order by id asc order by levels,num asc
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment