Browse Source

fix 单一数据源获取项目信息

dev
巴林闲侠 2 years ago
parent
commit
7c078f8d72
  1. 3
      api/app/lib/controllers/workOrder/index.js

3
api/app/lib/controllers/workOrder/index.js

@ -37,7 +37,8 @@ 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: {
del: false, del: false,

Loading…
Cancel
Save