Commit 86ac5271 authored by Quxl's avatar Quxl

x

parent 7f4919f9
......@@ -141,7 +141,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "rh.review_round, "
+ "rh.review_state, "
+ "rh.opt_state, "
+ "rr.group_id, "
+ "u.group_id, "
+ "mf.cn_name, "
+ "mf.en_name, "
+ "mf.film_no, "
......@@ -166,7 +166,7 @@ public class ReviewServiceImpl implements ReviewService {
+ "rh.review_round, "
+ "rh.review_state, "
+ "rh.opt_state, "
+ "rr.group_id, "
+ "u.group_id, "
+ "mf.cn_name, "
+ "mf.en_name, "
+ "mf.film_no, "
......
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