1098226878
2021-09-14 0849670f03eaa4b5de71c11558e6baf6ac8d2586
java110-db/src/main/resources/mapper/community/CommunityLocationServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -73,8 +73,9 @@
    <select id="getCommunityLocationInfo" parameterType="Map" resultType="Map">
        select t.location_name,t.location_name locationName,t.location_id,t.location_id
        locationId,t.location_type,t.location_type locationType,t.status_cd,t.status_cd statusCd,t.b_id,t.b_id
        bId,t.community_id,t.community_id communityId
        bId,t.community_id,t.community_id communityId,d.name locationTypeName
        from community_location t
        left join t_dict d on t.location_type = d.status_cd and d.table_name = 'community_location' and d.table_columns = 'location_type'
        where 1 =1
        <if test="locationName !=null and locationName != ''">
            and t.location_name= #{locationName}