Browse Source

构建失败修正

release_0.0.4^2
巴林闲侠 2 years ago
parent
commit
7368e27f53
  1. 2
      api/app/lib/controllers/overview/conserve.js

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

@ -18,7 +18,9 @@ async function statistic (ctx) {
}
if (projectType) {
findOption.where.projectType = projectType;
}
const reportRes = await await models.Report.findAll(findOption)

Loading…
Cancel
Save