Commit 703a5458 authored by Quxl's avatar Quxl

x

parent 822fddb3
......@@ -141,7 +141,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "rh.review_round, "
+ "rh.review_state, "
+ "rh.opt_state, "
+ "u.group_id, "
+ "rr.group_id, "
+ "mf.cn_name, "
+ "mf.en_name, "
+ "mf.film_no, "
......@@ -150,7 +150,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "avg(rre.ext_score) ext_score_avg "
+ "from "
+ "fc_review_record_ext rre, "
+ "fc_review_record rr left join fc_user u on rr.user_id = u.uid, "
+ "fc_review_record rr, "
+ "fc_review_history rh left join fc_member_film mf on mf.id = rh.film_id "
+ "where "
+ "rre.ext_type = '" + ext_type + "' "
......@@ -166,7 +166,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "rh.review_round, "
+ "rh.review_state, "
+ "rh.opt_state, "
+ "u.group_id, "
+ "rr.group_id, "
+ "mf.cn_name, "
+ "mf.en_name, "
+ "mf.film_no, "
......
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