| | |
| | | <result column="serialNumber" property="serialNumber"/> |
| | | <result column="stype" property="stype"/> |
| | | <result column="channelNumber" property="channelNumber"/> |
| | | <result column="czTime" property="czTime"/> |
| | | <result column="bz" property="bz"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | a.region, |
| | | a.addvcd, |
| | | a.alarmId, |
| | | a.czTime, |
| | | a.bz, |
| | | a.LEVEL, |
| | | ST_ASTEXT (a.coordinate ) AS coordinate, |
| | | a.jd, |
| | |
| | | a.sex, |
| | | a.phoneNumber, |
| | | a.place, |
| | | a.czTime, |
| | | a.bz, |
| | | a.content, |
| | | a.waringType, |
| | | a.deviceNumber, |
| | |
| | | |
| | | |
| | | <update id="updateJtype"> |
| | | update sys_alarm SET jtype=1 where id=#{id} |
| | | update sys_alarm SET jtype=1,czTime=#{czTime},bz=#{bz} where id=#{id} |
| | | </update> |
| | | </mapper> |