@ -487,7 +487,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select t2.nick_name as name ,t2.phonenumber as phone
from ec_alert_response_user t1
left join sys_user t2 on t1.user_id =t2.user_id
where alarm_id = #{id} and t1.del_flag !='2'
where alert_id = #{id} and t1.del_flag !='2'
</select>
<insert id="insertAlarmInfo" parameterType="AlarmInfo" useGeneratedKeys="true" keyProperty="id">