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}