Commit e8091767 authored by Quxl's avatar Quxl

x

parent 20fed425
...@@ -153,7 +153,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -153,7 +153,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "from " + "from "
+ "fc_review_record_ext rre, " + "fc_review_record_ext rre, "
+ "fc_review_record rr, " + "fc_review_record rr, "
+ "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" + "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 " + "where "
+ "rre.ext_type = '" + ext_type + "' " + "rre.ext_type = '" + ext_type + "' "
+ "and rh.review_round = " + review_round + " " + "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