lrf402788946 4 năm trước cách đây
mục cha
commit
505a492fa6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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));