Commit 387e68b1 authored by ml's avatar ml

Merge remote-tracking branch 'origin/master'

parents c95cd950 da39d69d
......@@ -77,7 +77,7 @@ export async function list(pageVO: BusinessAreaPageVO) {
}
let resList = await exBusinessArea.prototype.findAll({
order: [["id", "asc"]],
order: [["level","asc"],["id", "asc"]],
raw: true
});
return resList;
......
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