|
|
@ -93,7 +93,7 @@ async function getRoadSection (ctx) { |
|
|
|
let findOption = { |
|
|
|
where: {}, |
|
|
|
order: [['id', 'DESC']], |
|
|
|
attributes: ['id', 'routeName', 'startingPlaceName', 'stopPlaceName', 'routeCode', 'sectionNo'] |
|
|
|
attributes: ['id', 'routeName', 'startingPlaceName', 'stopPlaceName', 'routeCode', 'sectionNo', 'level'] |
|
|
|
} |
|
|
|
|
|
|
|
if (level) { |
|
|
|