This commit is contained in:
CHIEFSOFT\ameye
2024-12-21 14:46:36 -05:00
parent a307958f29
commit de7382dfc7
+5 -2
View File
@@ -14,8 +14,11 @@ var members_action = {
try {
if (err) throw err;
if (result.rowCount > 0 ){
result.rows.map( (rw)=>{
console.log(rw);
})
}
let resultItem ={
"result": result.rows,