| | |
| | | <result column="town_name" property="streetName"/> |
| | | <result column="village_name" property="communityName"/> |
| | | |
| | | <collection property="placePoiLabelVOList" column="id" javaType="java.util.List" select="selectPlacePoiLabelList" |
| | | <collection property="placePoiLabelVOList" column="jpid" javaType="java.util.List" select="selectPlacePoiLabelList" |
| | | ofType="org.springblade.modules.place.entity.PlacePoiLabel" |
| | | autoMapping="true"> |
| | | </collection> |
| | |
| | | color, |
| | | remark |
| | | from |
| | | jczz_place_poi_label where place_id = #{id} |
| | | jczz_place_poi_label where place_id = #{jpid} |
| | | </select> |
| | | |
| | | |
| | |
| | | <select id="selectPlaceCheckPage" resultMap="placeCheckResultMap"> |
| | | SELECT |
| | | jpc.*, |
| | | jp.id jpid, |
| | | jp.place_name, |
| | | jp.location, |
| | | jg.grid_name, |
| | |
| | | <select id="selectPlaceCheckById" parameterType="long" resultMap="placeCheckResultMap"> |
| | | SELECT |
| | | jpc.*, |
| | | jp.id jpid, |
| | | jp.place_name, |
| | | jp.location, |
| | | jg.grid_name, |