|
|
@ -778,7 +778,7 @@ |
|
|
|
</select> |
|
|
|
<select id="getHousePurposeCount" resultType="com.epmet.dto.result.HouseCountPictureListResultDTO"> |
|
|
|
|
|
|
|
select count (*) as count , PURPOSE as type |
|
|
|
select count(*) as count,PURPOSE as type |
|
|
|
from ic_house |
|
|
|
where DEL_FLAG = 0 |
|
|
|
and |
|
|
@ -793,7 +793,7 @@ |
|
|
|
|
|
|
|
</select> |
|
|
|
<select id="getHouseStatusCount" resultType="com.epmet.dto.result.HouseCountPictureListResultDTO"> |
|
|
|
select count (*) as count , RENT_FLAG as type |
|
|
|
select count(*) as count,RENT_FLAG as type |
|
|
|
from ic_house |
|
|
|
where DEL_FLAG = 0 |
|
|
|
and |
|
|
|