drone-service/drone-fw/src/main/java/org/sxkj/fw/area/mapper/FwPoliceStationMapper.xml
@@ -75,6 +75,9 @@ select * from ja_fw_police_station <where> is_deleted = 0 <if test="stationName != null and stationName != ''"> and station_name like concat('%', #{stationName}, '%') </if> </where> </select>