MaiXinRong 1 năm trước cách đây
mục cha
commit
8b93a0b509
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/service/stage.js

+ 1 - 1
app/service/stage.js

@@ -543,7 +543,7 @@ module.exports = app => {
                     const priceCalc = new RevisePrice(this.ctx);
                     pcTp = await priceCalc.newStagePriceChange(newStage, preStage, transaction);
                 }
-                if (order === 0 || (preStage && preCheckedStage && preStage.order === preCheckedStage.order)) {
+                if (order === 1 || (preStage && preCheckedStage && preStage.order === preCheckedStage.order)) {
                     await this.ctx.service.tenderCache.updateStageCache4Add(transaction, newStage, pcTp);
                 }
                 // 新增期拷贝报表相关配置/签名角色 等