MaiXinRong 2 年之前
父節點
當前提交
3530143a0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/tender_cache.js

+ 1 - 1
app/service/tender_cache.js

@@ -230,7 +230,7 @@ module.exports = app => {
                 info.status = status;
                 data.stage_flow_cur_info = JSON.stringify(info);
             }
-            if (status === auditConst.stage.status.checked && !auditor) data.stage_complete_count = data.stage_count;
+            if (status === auditConst.stage.status.checked && !auditor) data.stage_complete_count = stage.order;
             data.stage_flow_cur_tp = JSON.stringify(tp);
             await transaction.update(this.tableName, data);
         }