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