Commit 8994d26e authored by Quxl's avatar Quxl

x

parent cb92ac9d
......@@ -757,7 +757,8 @@ public class ReviewServiceImpl implements ReviewService {
.eq("t.film_type_name", film_type_name)
.eq("t.film_type_name_short", film_type_name_short)
.eq("t.film_country", film_country)
.eq("t.from_round", from_round);
.eq("t.from_round", from_round)
.eq("t.enroll_type_id", 4);
;
sql = "select t.* from (" + sql + ") t " + StringUtil.join(" and ", " where ", "", where.getStringList()) + " order by t.film_id desc";
......
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