Commit 675da539 authored by Quxl's avatar Quxl

x

parent 88c4ace7
...@@ -108,6 +108,7 @@ public class FilmGroupServiceImpl implements FilmGroupService { ...@@ -108,6 +108,7 @@ public class FilmGroupServiceImpl implements FilmGroupService {
String sql = "" String sql = ""
+ "select " + "select "
+ "t.*, " + "t.*, "
+ "r.id review_id, "
+ "r.review_state, " + "r.review_state, "
+ "r.review_round, " + "r.review_round, "
+ "r.opt_state " + "r.opt_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