This commit is contained in:
Rizki
2026-03-13 16:09:15 +07:00
parent 7604f9cb44
commit d2364d0bb7

View File

@ -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) {