Commit 4af1ab44 authored by Quxl's avatar Quxl

x

parent 0dc3abfd
......@@ -37,7 +37,15 @@ public class ReviewServiceImpl implements ReviewService {
;
String sql = ""
+ "select "
+ "mf.*, "
+ "mf.id, "
+ "mf.film_no, "
+ "mf.origion_name, "
+ "mf.en_name, "
+ "mf.cn_name, "
+ "mf.film_country, "
+ "mf.film_type_name, "
+ "mf.film_type_name_short, "
+ "mf.upload_state, "
+ "r.id review_id, "
+ "r.enroll_type_id, "
+ "r.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