Commit bf1c38a3 authored by Quxl's avatar Quxl

x

parent 69c815fc
......@@ -431,6 +431,8 @@ public class FilmServiceImpl implements FilmService {
+ "mf.upload_state, "
+ "mf.film_country, "
+ "mf.enroll_type_name, "
+ "r.review_round, "
+ "r.enroll_type_id, "
+ "r.review_state, "
+ "r.allot_state, "
+ "r.state r_state, "
......@@ -456,6 +458,8 @@ public class FilmServiceImpl implements FilmService {
+ "mf.upload_id, "
+ "mf.upload_state, "
+ "mf.film_country, "
+ "r.review_round, "
+ "r.enroll_type_id, "
+ "r.review_state, "
+ "r.allot_state, "
+ "r.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