Commit 7167140a authored by Quxl's avatar Quxl

x

parent 46cb3b9c
...@@ -193,7 +193,8 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -193,7 +193,8 @@ public class ReviewServiceImpl implements ReviewService {
+ "rr.review_text_1, " + "rr.review_text_1, "
+ "rr.review_text_2, " + "rr.review_text_2, "
+ "rr.review_text_3, " + "rr.review_text_3, "
+ "rr.review_text_4 " + "rr.review_text_4, "
+ "rr.create_time "
+ "from " + "from "
+ sql_film + " mf, fc_review r, fc_review_record rr " + sql_film + " mf, fc_review r, fc_review_record rr "
+ "where " + "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