工业级运维app手机api
xufenglei
2017-10-27 de13e6d1b7a79cbd1724bdab8f42f1ca7f701d9f
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>