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