main
masong 2 years ago
parent 4b98fa92ea
commit 678e010e3e
  1. 2
      cjy-project/src/main/resources/mapper/emergencycommand/AlarmInfoMapper.xml

@ -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">

Loading…
Cancel
Save