|
@ -37,6 +37,7 @@ async function getEnabledWorkflowProcess (ctx) { |
|
|
async function basicDataAllProject (ctx) { |
|
|
async function basicDataAllProject (ctx) { |
|
|
try { |
|
|
try { |
|
|
const { models } = ctx.fs.dc; |
|
|
const { models } = ctx.fs.dc; |
|
|
|
|
|
const { clickHouse } = ctx.app.fs |
|
|
|
|
|
|
|
|
const proRes = await models.ProjectCorrelation.findAndCountAll({ |
|
|
const proRes = await models.ProjectCorrelation.findAndCountAll({ |
|
|
where: { |
|
|
where: { |
|
|