MaiXinRong 1 рік тому
батько
коміт
fa00639519
2 змінених файлів з 4 додано та 3 видалено
  1. 1 1
      app/service/tender_cache.js
  2. 3 2
      publish.md

+ 1 - 1
app/service/tender_cache.js

@@ -202,7 +202,7 @@ module.exports = app => {
             const curInfo = await this.ctx.service.projectAccount.getAccountCacheData(stage.user_id,
                 { order: stage.order, audit_order: 0, audit_type: auditConst.auditType.key.common, status: auditConst.stage.status.uncheck });
             data.stage_flow_cur_info = JSON.stringify(curInfo);
-            const preAuditors = await this.ctx.service.stageAudit.getLastestAuditors(stage.id, times, auditConst.stage.status.checkNo);
+            const preAuditors = await this.ctx.service.stageAudit.getLastestAuditors(stage.id, times - 1, auditConst.stage.status.checkNo);
             const preAuditorIds = preAuditors.map(x => { return x.aid; });
             data.stage_flow_pre_uid = preAuditorIds.join(',');
             data.stage_flow_pre_info = preAuditors.length > 0 ? JSON.stringify(preAuditors.map(preAuditor => { return {

+ 3 - 2
publish.md

@@ -10,10 +10,11 @@
 ##特殊操作
 如果没有特殊说明,则在第默认操作的第3步前,执行相关脚本,如果有特殊要求,需特别说明
 
-
+### V3.5.35.0945
+2023-8-23 ~ 2023-9-22(uat) ~ prod
 
 ### V3.5.34.0841
-2023-7-28 ~ 2023-8-21(uat) ~ prod
+2023-7-28 ~ 2023-8-21(uat) ~ 2023-8-22prod
 1. 执行脚本
 #### uat
 ```shell