| | |
| | | import java.util.List; |
| | | |
| | | import com.panzhihua.common.model.dtos.community.building.BuildingDto; |
| | | import com.panzhihua.common.model.dtos.community.large.AreaStreetDetailResp; |
| | | import com.panzhihua.common.model.dtos.community.large.SumAreaStreetResp; |
| | | import com.panzhihua.common.model.vos.area.StreetAndBuildVO; |
| | | import com.panzhihua.common.model.vos.community.ComActPasswordVo; |
| | | import com.panzhihua.common.model.vos.community.bigscreen.ScreenStatics; |
| | |
| | | |
| | | @Select("select * from com_act where area_code = #{areaCode}") |
| | | List<ComActVO> panzhihuaMap(@Param("areaCode")String areaCode); |
| | | |
| | | List<StreetAndBuildVO> oneTagThreeReal(@Param("streetId") Long streetId); |
| | | |
| | | ScreenStatics getScreenStatics(); |
| | |
| | | |
| | | @Select("SELECT count(1) FROM com_pb_check_unit WHERE belong_to = #{belongTo}") |
| | | Integer arriveUnit(@Param("belongTo") String belongTo); |
| | | |
| | | SumAreaStreetResp sumAreaStreet(); |
| | | |
| | | AreaStreetDetailResp selectVillage(@Param("ids") List<Long> ids,@Param("type") String type); |
| | | |
| | | EventPopulationSpecialStatisticsVO selectEvent(@Param("ids") List<Long> ids); |
| | | } |