소스 검색

期重新审批,应清理终审人缓存

MaiXinRong 1 년 전
부모
커밋
0403c1abc0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/service/stage_audit.js

+ 1 - 0
app/service/stage_audit.js

@@ -1058,6 +1058,7 @@ module.exports = app => {
                     status: auditConst.status.checking,
                     cache_time_r: this.ctx.stage.cache_time_l,
                     tp_history: JSON.stringify(this.ctx.stage.tp_history),
+                    final_auditor_str: '',
                 });
                 // 已经引用到本期的单价变更,全部取消
                 await this.ctx.service.revisePrice.cancelPriceUsed(this.ctx.stage, transaction);