lin
2024-03-16 01cf8140ee6ea6a98ff12d5ef973b050fbf75bf1
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -685,23 +685,27 @@
        <result property="remark"    column="remark"    />
        <result property="isDeleted"    column="is_deleted"    />
        <result property="aoiCode"    column="aoi_code"    />
        <result property="threeFireProtection"    column="three_fire_protection"    />
    </resultMap>
    <sql id="selectPlace">
       select
           id,
           house_code,
            house_code_binds,
           building_code,
           principal_user_id,
           principal,
           principal_id_card,
           principal_phone,
            principal_id_card,
           place_name,
           lng,
           lat,
           location,
           image_urls,
            grid_id,
           grid_code,
            jw_grid_code,
           source,
           status,
           is_scene,
@@ -715,7 +719,8 @@
           update_time,
           remark,
           is_deleted,
            aoi_code,
            three_fire_protection
      from
           jczz_place
    </sql>