whyclxw
2024-09-13 46cc4ae026b6ddae5f04e139c1582c470fe820d6
告警弹窗
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/DevalarmDataMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/DevalarmDataMapper.xml
@@ -52,7 +52,7 @@
    <select id="selectDinf" resultType="devInf" parameterType="int" >
        select * from db_lithium_ram_db.tb_dev_inf where dev_id = #{dev_id}
    </select>
    <select id="getDAlmPopUp" resultType="com.whyc.pojo.db_alarm.DevalarmData">
    <select id="getDAlmPopUp" resultMap="almDev">
        select * from db_alarm.tb_devalarm_data
        <where>
            alm_is_confirmed=0