This commit is contained in:
Rizki
2026-02-13 14:14:05 +07:00
parent 232830070a
commit 0cac4ae30b

View File

@ -14,7 +14,7 @@ class SapAdapter extends Adapter {
let qry = `
INSERT INTO tbl_sap_log
(idxpr, created_at, ref_code, request_type, request, request_at, request_by, response, response_at, url)
VALUES (NOW(), ?, ?, ?, ?, ?, ?, ?, ?)
VALUES (?, NOW(), ?, ?, ?, ?, ?, ?, ?, ?)
`;
db.query(