Commit bbb52060 authored by Quxl's avatar Quxl

x

parent 08792d5d
......@@ -523,6 +523,7 @@ public class FilmServiceImpl implements FilmService {
Page page) {
SqlWhere w1 = new SqlWhere()
.gt("mf.review_round", 0)
.lk(new String[]{"mf.en_name", "mf.cn_name"}, keyword)
.eq("mf.film_type_name", film_type_name)
.eq("mf.film_type_name_short", film_type_name_short)
......
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