log
This commit is contained in:
@ -438,7 +438,7 @@ class PrAdapter extends Adapter {
|
||||
qry += "and " + swherenik + "v.status in(" + status + ") ";
|
||||
// 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();
|
||||
|
||||
Reference in New Issue
Block a user