From e920c8f67f91440c0da25e93c146c4b31ddc5335 Mon Sep 17 00:00:00 2001 From: Rizki Date: Fri, 10 Apr 2026 14:50:15 +0700 Subject: [PATCH] upx --- emailnotif.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emailnotif.js b/emailnotif.js index f7029d6..532fd80 100644 --- a/emailnotif.js +++ b/emailnotif.js @@ -107,7 +107,7 @@ function notifyOnSigned(idxjustification, signerNik) { select t.nik, e.fullname from tbl_justificationttd t join dbssotcel.tbl_employee e on e.nik = t.nik - where t.idxjustification = '${idxjustification}' and t.category = 'APR' and t.issigned = 0 and t.isdeleted = 0 + where t.idxjustification = '${idxjustification}' and t.issigned = 0 and t.isdeleted = 0 order by t._idx asc limit 1 `; db.query(qryNext, [], function(err3, rows3) {