whycxzp
2025-06-12 1757c698bc9f37844d27e6e8f1eaa5232d2d670c
src/main/resources/mapper/PwrdevAlarmMapper.xml
@@ -44,4 +44,10 @@
        </where>
    </select>
    <select id="getListGreatThan" resultType="com.whyc.pojo.web_site.AlarmInspection">
        select pa.*,pa.num as alm_num,pi.power_name,pi.power_id,si.station_id,si.station_name from db_pwrdev_alarm.tb_pwrdev_alarm pa,db_station.tb_power_inf pi,db_station.tb_station_inf si
        where pa.power_id=pi.power_id
        and pi.station_id=si.station_id
        and pa.num>#{id}
    </select>
</mapper>