.
This commit is contained in:
@@ -49,6 +49,7 @@ public class FBean {
|
||||
|
||||
//-----------------------------------
|
||||
//组装查询sql,[list, count]
|
||||
@Deprecated
|
||||
public String[] buildSqlFilter() {
|
||||
//where 1=1 and x=1 and y=1 order by x,y limit 1,3;
|
||||
String where = Filter.filter(filters);
|
||||
@@ -63,7 +64,7 @@ public class FBean {
|
||||
return new String[]{list, count};
|
||||
}
|
||||
|
||||
|
||||
@Deprecated
|
||||
public void setLimit(int pn, int ps) {
|
||||
limit.setPn(pn);
|
||||
limit.setPs(ps);
|
||||
|
||||
Reference in New Issue
Block a user