Commit 4151e47c authored by Quxl's avatar Quxl

x

parent 86cbcd48
...@@ -764,7 +764,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -764,7 +764,7 @@ public class ReviewServiceImpl implements ReviewService {
; ;
if(from_round != null) { if(from_round != null) {
if(from_round == 0) { if(from_round == 0) {
where.where("t.enroll_type_name = 4"); where.eq("t.enroll_type_name", 4);
} else { } else {
where.eq("t.state_3_round", from_round); where.eq("t.state_3_round", from_round);
} }
......
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