Browse Source

房屋画像调整

dev
lichao 2 years ago
parent
commit
e8629d3b89
  1. 1
      epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/dto/form/HouseCountPictureFormDTO.java
  2. 4
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml

1
epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/dto/form/HouseCountPictureFormDTO.java

@ -20,6 +20,7 @@ public class HouseCountPictureFormDTO implements Serializable {
private Date timeEnd; private Date timeEnd;
private Integer pageSize; private Integer pageSize;
private Integer pageNo; private Integer pageNo;

4
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcHouseDao.xml

@ -778,7 +778,7 @@
</select> </select>
<select id="getHousePurposeCount" resultType="com.epmet.dto.result.HouseCountPictureListResultDTO"> <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 from ic_house
where DEL_FLAG = 0 where DEL_FLAG = 0
and and
@ -793,7 +793,7 @@
</select> </select>
<select id="getHouseStatusCount" resultType="com.epmet.dto.result.HouseCountPictureListResultDTO"> <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 from ic_house
where DEL_FLAG = 0 where DEL_FLAG = 0
and and

Loading…
Cancel
Save