|
@@ -75,7 +75,7 @@ public class InnerService {
|
|
|
for (RoomInnerVo record : list) {
|
|
|
Long visitCount = roomVisitLogService.getCountByRoomIds(Arrays.asList(record.getRoomId()));
|
|
|
Long shareCount = roomShareLogService.getCountByRoomIds(Arrays.asList(record.getRoomId()));
|
|
|
- record.setVisitCount(visitCount);
|
|
|
+ record.setLookManCount(visitCount);
|
|
|
record.setShareCount(shareCount);
|
|
|
}
|
|
|
pageVo.setTotal(page.getTotal());
|