工业级运维app手机api
沈斌
2017-11-02 496013bb8dc07ca0996c004bda35574017a1f4f7
src/main/resources/mapper/JobDao.xml
@@ -41,4 +41,12 @@
            </foreach>
    </insert>
    <select id="getAllEquipment" resultType="com.moral.monitor.entity.Equipment">
        select mac from equipment
    </select>
    <select id="getLoggerByMac" resultType="com.moral.monitor.entity.Logger">
        select time from logger where mac=#{0} order by time DESC limit 1
    </select>
</mapper>