吉安感知网项目-后端
linwei
2026-01-30 31c36c337300ffc56f1a3eebd2dd19340dbd3fd5
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/RegionMapper.xml
@@ -155,7 +155,8 @@
        FROM
            blade_region
        <where>
            city_code = '360800000000'
                city_code = '360800000000'
                and region_level > '2'
            <if test="param2.status!=null">
                and status = #{param1.status}
            </if>
@@ -163,7 +164,7 @@
                and code like concat(concat('%', #{param2.cityCode}),'%')
            </if>
            <if test="param2.districtName!=null and param2.districtName!=''">
                and district_name like concat(concat('%', #{param2.districtName}),'%')
                and name like concat(concat('%', #{param2.districtName}),'%')
            </if>
            <if test="param2.parentName!=null and param2.parentName!=''">
                and (