upd
This commit is contained in:
@ -414,9 +414,9 @@ class PrAdapter extends Adapter {
|
||||
keyword +
|
||||
"%') ";
|
||||
qry += "and " + swherenik + "status in(" + status + ") ";
|
||||
qry += "order by id asc limit " + offset + ", " + limit;
|
||||
// qry += "order by id asc limit " + offset + ", " + limit;
|
||||
|
||||
console.log("qry paging => ", qry);
|
||||
// console.log("qry paging => ", qry);
|
||||
db.query(qry, [], function (err, result, fields) {
|
||||
if (err) {
|
||||
apires.meta["message"] = err.toString();
|
||||
@ -458,7 +458,7 @@ class PrAdapter extends Adapter {
|
||||
", " +
|
||||
limit;
|
||||
|
||||
console.log("qry => ", qry);
|
||||
// console.log("qry => ", qry);
|
||||
|
||||
db.query(qry, [], function (err, result, fields) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user