upd
This commit is contained in:
@ -1137,12 +1137,15 @@ class ProcJustificationAdapter extends Adapter {
|
|||||||
var status = req.body.status;
|
var status = req.body.status;
|
||||||
var statusdescription = req.body.statusdescription;
|
var statusdescription = req.body.statusdescription;
|
||||||
var nik = req.body.nik;
|
var nik = req.body.nik;
|
||||||
|
var remark = req.body.remark || '';
|
||||||
|
|
||||||
var qry =
|
var qry =
|
||||||
"update tbl_procjustification set status='" +
|
"update tbl_procjustification set status='" +
|
||||||
status +
|
status +
|
||||||
"',statusdescription='" +
|
"',statusdescription='" +
|
||||||
statusdescription +
|
statusdescription +
|
||||||
|
"',remark='" +
|
||||||
|
remark.replace(/'/g, "\\'") +
|
||||||
"',uby='" +
|
"',uby='" +
|
||||||
nik +
|
nik +
|
||||||
"',udt=now() ";
|
"',udt=now() ";
|
||||||
|
|||||||
Reference in New Issue
Block a user