From 0780b3c0a6595ac5b608f746d0e43b7c76b91eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Wed, 11 Oct 2023 11:05:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=B7=A5=E5=85=B7=E7=B1=BB=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E5=BC=95=E5=85=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/project/group.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/app/lib/controllers/project/group.js b/api/app/lib/controllers/project/group.js index 47155be..e8d19dd 100644 --- a/api/app/lib/controllers/project/group.js +++ b/api/app/lib/controllers/project/group.js @@ -131,8 +131,7 @@ async function groupStatistic (ctx) { const { userId } = ctx.fs.api const { pomsU } = ctx.query const { clickHouse } = ctx.app.fs - const { parseProcessData } = app.fs.utils - const { utils: { judgeSuper, anxinStrucIdRange } } = ctx.app.fs + const { utils: { judgeSuper, anxinStrucIdRange,parseProcessData } } = ctx.app.fs const sequelize = ctx.fs.dc.orm const { database: camWorkflow } = clickHouse.camWorkflow.opts.config