From 7c078f8d72186eb4346dacd1f30a1ea3c0dfe67a Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 1 Jun 2023 15:19:46 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=8D=95=E4=B8=80=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E8=8E=B7=E5=8F=96=E9=A1=B9=E7=9B=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/workOrder/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/app/lib/controllers/workOrder/index.js b/api/app/lib/controllers/workOrder/index.js index 6585501..62472cc 100644 --- a/api/app/lib/controllers/workOrder/index.js +++ b/api/app/lib/controllers/workOrder/index.js @@ -37,7 +37,8 @@ async function getEnabledWorkflowProcess (ctx) { async function basicDataAllProject (ctx) { try { const { models } = ctx.fs.dc; - + const { clickHouse } = ctx.app.fs + const proRes = await models.ProjectCorrelation.findAndCountAll({ where: { del: false,