Browse Source

显示变更令数量不完整

Tony Kang 1 year ago
parent
commit
b93ec78794
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

@@ -662,7 +662,7 @@ module.exports = app => {
                 const sp_id = -1;
                 const { treeNodes, custCfg } = await this._createNodes(ctx, source_type, pid);
                 const state = ctx.session.sessionProject.page_show.openChangeState && ctx.query.state ? parseInt(ctx.query.state) : 0;
-                const changes = await ctx.service.change.getListByStatus(tenderId, 0, 1, 0, 0, state);
+                const changes = await ctx.service.change.getListByStatus(tenderId, 0, 0, 0, 0, state);
                 let change_times = 1;
                 const stageList = [];
                 const unitList = await ctx.service.constructionUnit.getAllDataByCondition({ where: { pid } }); // 找公司章用的