Commit 137da567 authored by Quxl's avatar Quxl

x

parent 399a638e
...@@ -340,7 +340,6 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -340,7 +340,6 @@ public class ReviewServiceImpl implements ReviewService {
i++; i++;
} }
} }
if(i == 1 && (noReviewCount == 0 || maxCount*2 > records.size())) { if(i == 1 && (noReviewCount == 0 || maxCount*2 > records.size())) {
return review_state; return review_state;
} else if(i > 1 && noReviewCount == 0) { } else if(i > 1 && noReviewCount == 0) {
......
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