Cnd c = Cnd.where("status", "=", 0);
c.getOrderBy().asc("create_date");
c.limit(SINAConfig.Thread_Page);
看看 这个c.limit这个方法怎么是删除了,新的方法怎么使用啊
Cnd c = Cnd.where("status", "=", 0);
c.getOrderBy().asc("create_date");
c.limit(SINAConfig.Thread_Page);
看看 这个c.limit这个方法怎么是删除了,新的方法怎么使用啊