Commit 2cd09daf authored by Quxl's avatar Quxl

x

parent 23c6382a
...@@ -65,6 +65,7 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -65,6 +65,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "mf.film_type_name, " + "mf.film_type_name, "
+ "mf.film_type_name_short, " + "mf.film_type_name_short, "
+ "mf.upload_state, " + "mf.upload_state, "
+ "mf.play_shanghai, "
+ "r.id review_id, " + "r.id review_id, "
+ "r.review_round, " + "r.review_round, "
+ "r.review_state, " + "r.review_state, "
...@@ -85,10 +86,12 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -85,10 +86,12 @@ public class ReviewServiceImpl implements ReviewService {
+ "mf.origion_name, " + "mf.origion_name, "
+ "mf.en_name, " + "mf.en_name, "
+ "mf.cn_name, " + "mf.cn_name, "
+ "mf.film_country, "
+ "mf.film_type_name, " + "mf.film_type_name, "
+ "mf.film_type_name_short, " + "mf.film_type_name_short, "
+ "mf.film_country, " + "mf.upload_state, "
+ "r.id, " + "mf.play_shanghai, "
+ "r.id review_id, "
+ "r.review_round, " + "r.review_round, "
+ "r.review_state, " + "r.review_state, "
+ "r.allot_state, " + "r.allot_state, "
......
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