Commit d59dc43f authored by Quxl's avatar Quxl

x

parent 73f7caae
...@@ -738,6 +738,8 @@ public class ReviewServiceImpl implements ReviewService { ...@@ -738,6 +738,8 @@ public class ReviewServiceImpl implements ReviewService {
String sql = "" String sql = ""
+ "select " + "select "
+ "r.*, " + "r.*, "
+ "mf.id film_id, "
+ "mf.film_no, "
+ "mf.cn_name, " + "mf.cn_name, "
+ "mf.en_name, " + "mf.en_name, "
+ "mf.enroll_type_name, " + "mf.enroll_type_name, "
......
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