linwei
2024-01-30 d3772efff262c8079efbd301f39dc8c2695d752a
src/main/java/org/springblade/modules/place/mapper/PlaceCheckMapper.xml
@@ -20,7 +20,7 @@
        <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>
@@ -41,7 +41,7 @@
           color,
           remark
          from
           jczz_place_poi_label where place_id = #{id}
           jczz_place_poi_label where place_id = #{jpid}
        </select>
@@ -66,6 +66,7 @@
    <select id="selectPlaceCheckPage" resultMap="placeCheckResultMap">
        SELECT
        jpc.*,
        jp.id jpid,
        jp.place_name,
        jp.location,
        jg.grid_name,
@@ -138,6 +139,7 @@
    <select id="selectPlaceCheckById" parameterType="long" resultMap="placeCheckResultMap">
        SELECT
        jpc.*,
        jp.id jpid,
        jp.place_name,
        jp.location,
        jg.grid_name,