fix fields
This commit is contained in:
@@ -27,8 +27,8 @@ var members_action = {
|
||||
logger.info(res.rows[0])
|
||||
}
|
||||
})
|
||||
|
||||
const insertQuery = 'INSERT INTO members_actions(members_id, members_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"],
|
||||
|
||||
Reference in New Issue
Block a user