MaiXinRong 2 năm trước cách đây
mục cha
commit
602133ca52
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/service/stage_audit.js

+ 1 - 0
app/service/stage_audit.js

@@ -2017,6 +2017,7 @@ module.exports = app => {
                         }
                         let end_time;
                         g.forEach(x => {
+                            if (x.status === auditConst.status.checkSkip) return;
                             if (!his.status || x.status === auditConst.status.checking) his.status = x.status;
                             if (x.end_time && (!end_time || x.end_time > end_time)) {
                                 end_time = x.end_time;