Browse Source

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

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

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

@ -37,6 +37,7 @@ 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: {

Loading…
Cancel
Save