blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/equipment/mapper/EquipmentMapper.xml
@@ -365,6 +365,11 @@ 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>