Commit d938ba19 authored by Quxl's avatar Quxl

x

parent 62a8ea31
...@@ -388,7 +388,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -388,7 +388,7 @@ public class ReviewServiceImpl implements ReviewService {
this.closeFlow(1, review.getId()); this.closeFlow(1, review.getId());
} }
} else if(enrollType == 4) { } else if(enrollType == 4) {
if((reviewRound == 4 || reviewRound == 5) && reviewState == 1) { if((reviewRound == 4 || reviewRound == 5) && (reviewState == 1 || reviewState == 5)) {
this.closeFlow(1, review.getId()); this.closeFlow(1, review.getId());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment