吉安感知网项目-后端
rain
2026-01-13 6b3eead4b660064f58412c80d36b35cc659fc077
drone-service/drone-fw/src/main/java/org/sxkj/fw/area/mapper/FwPoliceStationMapper.xml
@@ -71,6 +71,13 @@
        </where>
    </select>
    <select id="selectFwPoliceStationList" resultMap="fwPoliceStationResultMap">
        select * from ja_fw_police_station
        <where>
            is_deleted = 0
        </where>
    </select>
    <select id="exportFwPoliceStation" resultType="org.sxkj.fw.area.excel.FwPoliceStationExcel">
        SELECT * FROM ja_fw_police_station ${ew.customSqlSegment}