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