Commit 82024ffd authored by 1486327116's avatar 1486327116

update

parent 0041884a
......@@ -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