lrf402788946 hace 4 años
padre
commit
505a492fa6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/service/users/person_room.js

+ 1 - 0
app/service/users/person_room.js

@@ -31,6 +31,7 @@ class Person_roomService extends CrudService {
         },
       },
     ];
+    console.log(aggQuery);
     const r = await this.pc.aggregate(aggQuery);
     console.log(r);
     if (data.length > 0) data = JSON.parse(JSON.stringify(data));