@@ -6,8 +6,7 @@
SELECT
t.*,
t4.apartment_name,
- t2.raise_record_id,
- (select count(*) from ta_raise_house tr where tr.house_id = t.house_id) raiseRealHeat
+ t2.raise_record_id
FROM
ta_housing_resources t
LEFT JOIN ta_raise_house t2 ON t.house_id = t2.house_id