Commit 86cbcd48 authored by Quxl's avatar Quxl

x

parent 8177f701
...@@ -748,7 +748,6 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -748,7 +748,6 @@ public class ReviewServiceImpl implements ReviewService {
+ "mf.completion_date, " + "mf.completion_date, "
+ "mf.play_shanghai, " + "mf.play_shanghai, "
+ "rh.review_round state_3_round, " + "rh.review_round state_3_round, "
+ "mfe.enroll_type_id original_enroll_type_id, "
+ "(select group_concat(fp.playactor_name) from fc_member_film_playactor fp where fp.film_id = mf.id and fp.playactor_type = 'director' group by fp.film_id, fp.playactor_type) director_name " + "(select group_concat(fp.playactor_name) from fc_member_film_playactor fp where fp.film_id = mf.id and fp.playactor_type = 'director' group by fp.film_id, fp.playactor_type) director_name "
+ "from " + "from "
+ "fc_review r " + "fc_review r "
...@@ -765,7 +764,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -765,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.original_enroll_type_id = 4"); where.where("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