fix query

This commit is contained in:
CHIEFSOFT\ameye
2024-12-22 04:57:56 -05:00
parent f9b16c3ac3
commit 0ed7821567
+1 -1
View File
@@ -28,7 +28,7 @@ var members_action = {
}
})
const insertQuery = 'INSERT INTO members_actions(member_id, member_uid, action_label,action_name,status_description,status ) VALUES($1, $2, $3, $4, $5, %6)'
const insertQuery = 'INSERT INTO members_actions(member_id, member_uid, action_label,action_name,status_description,status ) VALUES($1, $2, $3, $4, $5, $6)'
var Querydata2 = {
"members_id":rw["id"],