|
@@ -150,7 +150,7 @@
|
|
|
|
|
|
<select id="reportList" resultType="com.idea.buildManage.response.ParkRoomResponse">
|
|
|
select r.*, p.group_name groupName ,d.name discName,b.build_num buildName,
|
|
|
- (select count(1) from room_selection_info where house_id = r.id and status != 1) transactionCount
|
|
|
+ (select count(1) from room_selection_info where house_id = r.id) transactionCount
|
|
|
from park_room r
|
|
|
left join park_info p on p.id = r.group_id
|
|
|
left join park_floor_disc d on d.id = r.disc_id
|