Browse Source

feat:大屏在建数量修改

dev
zhaobing 2 years ago
parent
commit
4762109545
  1. 2
      api/app/lib/controllers/overview/building.js

2
api/app/lib/controllers/overview/building.js

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

Loading…
Cancel
Save