@ -93,6 +93,9 @@ public class PartyCenterHouseResultDTO {
* 联户数
*/
private Integer totalLianHu;
/**
* 灵山项目:是否党员中心户:1是;0不是
private String partyCenterHouseFlag;
}
@ -736,7 +736,8 @@
from lingshan_party_center_house_lianhu r
where r.PARTY_CENTER_HOUSE_ID=ih.ID
and r.DEL_FLAG='0'
)as totalLianHu
)as totalLianHu,
ih.PARTY_CENTER_HOUSE_FLAG as partyCenterHouseFlag
FROM
ic_house ih
inner join ic_building_unit u