diff --git a/api/app/lib/controllers/report/index.js b/api/app/lib/controllers/report/index.js index dbdf7d4e..2ddc449a 100644 --- a/api/app/lib/controllers/report/index.js +++ b/api/app/lib/controllers/report/index.js @@ -210,9 +210,9 @@ async function reportDetail (ctx) { }, include: [{ model: models.Road, - where: { - del: false - }, + // where: { + // del: false + // }, as: 'road_', }], })