lrf402788946 пре 4 година
родитељ
комит
505a492fa6
1 измењених фајлова са 1 додато и 0 уклоњено
  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));