工业级运维app手机api
沈斌
2017-10-27 9edd667ef716da6d235f52847582962f924759c6
src/main/resources/mapper/JobDao.xml
@@ -19,4 +19,8 @@
        where a.mac = #{0}
    </select>
    <update id="updateStateByMac">
        UPDATE equipment SET state=#{1} WHERE mac=#{0}
    </update>
</mapper>