From 9d090b2b564c7fea2fddc3ed68372f3efb9705db Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 21 Dec 2023 20:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BB=E6=8A=A4=E6=9F=A5=E7=9C=8Bapi?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/report/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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_', }], })