Commit 97b03e95 authored by Quxl's avatar Quxl

x

parent 28506784
......@@ -93,8 +93,6 @@ public class ReviewServiceImpl implements ReviewService {
.eq("r.review_state", review_state)
.eq("r.allot_state", allot_state)
.eq("r.state", state);
//String sql = "select mf.id, mf.film_no, r.id review_id, r.review_round, r.review_state, r.allot_state, r.enroll_type_id, mf.origion_name, mf.en_name, mf.cn_name, mf.film_type_name, mf.film_country, (select GROUP_CONCAT(mfd.playactor_name) from fc_member_film_playactor mfd where mfd.film_id = mf.id and mfd.playactor_type = 'director') director_name from fc_member_film mf, fc_review r where r.film_id = mf.id" + StringUtil.join(" and ", " and ", "", "", w1.getStringList());
String sql = ""
+ "select "
+ "mf.id, "
......
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