|
|
@@ -522,7 +522,9 @@ public class StatisticService {
|
|
|
globalSearchDTO.setUsersAll(userPage.getTotalElements() <= 6);
|
|
|
Map<String, Object> showRoomMap = new HashMap<>();
|
|
|
showRoomMap.put("del", false);
|
|
|
+ showRoomMap.put("publish", true);
|
|
|
showRoomMap.put("status", "SUCCESS");
|
|
|
+ showRoomMap.put("type", "");
|
|
|
pageQuery.setQuery(showRoomMap);
|
|
|
Page<Showroom> showrooms = showroomService.all(pageQuery);
|
|
|
//showroom
|