| | |
| | | equipment.state, |
| | | equipment.reason, |
| | | equipment.street, |
| | | equipment.manufacturers, |
| | | catalog.pid, |
| | | equipment.oneContacts, |
| | | equipment.onePhone, |
| | |
| | | where id=#{id} |
| | | </update> |
| | | |
| | | <update id="updateRW"> |
| | | update sys_alarm SET jtype= 1 |
| | | where id=#{rwid} |
| | | </update> |
| | | |
| | | <update id="updataType"> |
| | | update sys_equipment SET devicestate = 1 where id in (${arr}) |
| | | </update> |
| | |
| | | </update> |
| | | |
| | | <!--查询设备在线数量--> |
| | | <select id="selectEqCz" resultType="Integer"> |
| | | <select id="selectEqCz" resultType="Integer"> |
| | | select COUNT(*) from sys_equipment where dtype=1 |
| | | </select> |
| | | |