| | |
| | | e.stype, |
| | | e.oneId, |
| | | e.twoId, |
| | | e.deviceName, |
| | | e.threeId, |
| | | e.deptId, |
| | | e.street as place, |
| | |
| | | e.oneId, |
| | | e.twoId, |
| | | e.threeId, |
| | | e.deviceName, |
| | | e.deptId, |
| | | e.street as place, |
| | | e.channelNumber |
| | |
| | | <!--查询符合条件的数据并导出--> |
| | | <select id="exportAlarm" resultType="org.springblade.common.entity.AlarmExcel"> |
| | | select |
| | | a.id, "一键求助" as alarmType,a.alarmPeople,a.alarmTime,a.galarmPeople,a.sex,a.phoneNumber,a.place,a.content,a.waringType,a.bz, |
| | | a.id, "一键求助" as |
| | | alarmType,a.alarmPeople,a.alarmTime,a.galarmPeople,a.sex,a.phoneNumber,a.place,a.content,a.waringType,a.bz, |
| | | a.deviceNumber,a.region,e.district,a.vaddress,a.aaddress, |
| | | a.alarmId,a.LEVEL,e.jd,e.wd,a.jtype,a.rname,a.jjTime,e.province,e.city, |
| | | e.serialNumber,e.oneContacts,e.ThreeContacts,e.twoContacts,e.onePhone,e.twoPhone,e.ThreePhone |