MaiXinRong 2 years ago
parent
commit
602133ca52
1 changed files with 1 additions and 0 deletions
  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;