whyclxw
5 天以前 bae185d2ff22c2537adc298cac905c9f5394d3c5
src/main/resources/mapper/PwrdevAlarmMapper.xml
@@ -84,6 +84,9 @@
            <if test="powerId!=null">
                and tb_pwrdev_alarm.power_id=#{powerId}
            </if>
            <if test="almLevel!=null">
                and tb_pwrdev_alarm.alm_level=#{almLevel}
            </if>
            <if test="uid>100">
                and tb_pwrdev_alarm.power_id in(
                select distinct power_id from db_user.tb_baojigroup_power,db_user.tb_baojigroup_usr