Commit 8f036688 authored by Quxl's avatar Quxl

x

parent 6392b95e
......@@ -485,7 +485,7 @@ public class FilmServiceImpl implements FilmService {
.eq("t.state", r_state)
;
sql = "select t.* from (" + sql + ") t" + StringUtil.join(" and ", " and ", " ", " ", where2.getStringList());
sql = "select t.* from (" + sql + ") t" + StringUtil.join(" and ", " where ", " ", " ", where2.getStringList());
Object[] ary2 = where2.getObjectList();
for(Object obj : ary2) {
objs.add(obj);
......
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