Commit 70c1b8ba authored by Quxl's avatar Quxl

x

parent 121f0ea6
......@@ -506,7 +506,7 @@ public class FilmServiceImpl implements FilmService {
.eq("t.opt_state", opt_state)
;
sql = "select t.* from (" + sql + ") t" + StringUtil.join(" and ", " where ", " ", " ", where2.getStringList());
sql = "select t.* from (" + sql + ") t" + StringUtil.join(" and ", " where ", " ", " ", where2.getStringList()) + " order by t.film_no desc, t.id desc";
Object[] ary2 = where2.getObjectArray();
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