Commit d662cf57 authored by Quxl's avatar Quxl

x

parent 7f04289e
...@@ -103,7 +103,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -103,7 +103,7 @@ public class ReviewServiceImpl implements ReviewService {
+ sql_film + " mf, " + sql_film + " mf, "
+ "fc_review r left join fc_review_record rr on rr.review_id = r.id and rr.review_round = r.review_round " + "fc_review r left join fc_review_record rr on rr.review_id = r.id and rr.review_round = r.review_round "
+ "where " + "where "
+ "r.film_id = mf.id and r.review_state != 2" + "r.film_id = mf.id"
+ StringUtil.join(" and ", " and ", " ", " ", w1.getStringList()) + StringUtil.join(" and ", " and ", " ", " ", w1.getStringList())
+ "group by " + "group by "
+ "mf.id, " + "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