|
@@ -322,7 +322,7 @@ module.exports = app => {
|
|
|
} else {
|
|
|
const firstFlowStage = flowStages[flowStages.length - 1];
|
|
|
if (includeUnCheck) {
|
|
|
- stage = firstFlowStage.status === auditConst.stage.status.uncheck ? firstFlowStage : stages[flowStages.length];
|
|
|
+ stage = firstFlowStage;
|
|
|
} else {
|
|
|
stage = firstFlowStage.status === auditConst.stage.status.uncheck ? stages[flowStages.length] : firstFlowStage;
|
|
|
}
|