src/main/resources/mapper/BattalarmDataMapper.xml
@@ -93,6 +93,9 @@ <if test="country!=null"> and tb_station_inf.country=#{country} </if> <if test="almLevel!=null"> and tb_battalarm_data.alm_level=#{almLevel} </if> <if test="stationId!=null"> and tb_station_inf.station_id=#{stationId} </if>