Commit 267e1cae authored by Quxl's avatar Quxl

x

parent 1c6f416b
......@@ -140,7 +140,6 @@ public class ReviewServiceImpl implements ReviewService {
+ "rh.film_id, "
+ "rh.review_id, "
+ "rh.enroll_type_id, "
+ "rh.review_round, "
+ "rh.review_state, "
+ "rh.opt_state, "
+ "rr.user_group_id, "
......@@ -149,11 +148,12 @@ public class ReviewServiceImpl implements ReviewService {
+ "mf.film_no, "
+ "rre.ext_type, "
+ "rre.ext_name, "
+ "r.review_round, "
+ "avg(rre.ext_score) ext_score_avg "
+ "from "
+ "fc_review_record_ext rre, "
+ "fc_review_record rr, "
+ "fc_review_history rh left join fc_member_film mf on mf.id = rh.film_id "
+ "fc_review_history rh left join fc_member_film mf on mf.id = rh.film_id left join fc_review r on r.id = rh.review_id"
+ "where "
+ "rre.ext_type = '" + ext_type + "' "
+ "and rh.review_round = " + review_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