Commit 68a1fefd authored by Quxl's avatar Quxl

x

parent 67a55203
......@@ -48,10 +48,10 @@ public class ReviewServiceImpl implements ReviewService {
+ "rr.review_state, "
+ "rr.review_score, "
+ "rr.review_text, "
+ "rr.review_text_summary, "
+ "rr.review_text_theme, "
+ "rr.review_text_style, "
+ "rr.review_text_keynote "
+ "rr.review_text_1, "
+ "rr.review_text_2, "
+ "rr.review_text_3, "
+ "rr.review_text_4 "
+ "from "
+ "fc_member_film mf, fc_review r, fc_review_record rr "
+ "where "
......
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