@ -38,7 +38,7 @@ async function roadState(ctx) {
})
//在建工程
const buildingCount = await models.Project.count({
where: { done: true }
where: { done: false }
const bridgeRes = await models.Bridge.findAll({})