whyclxw
5 天以前 bae185d2ff22c2537adc298cac905c9f5394d3c5
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>