screen-api/src/main/resources/mapper/DeviceMapper.xml
@@ -268,4 +268,13 @@ d.is_delete = 0 order by d.mac </select> <select id="getPage" resultType="com.moral.api.vo.OnlineRateVo"> select d.name,d.state,d.mac from device as d where organization_id=#{organizationId} </select> <select id="getList" resultType="com.moral.api.vo.OnlineRateVo"> select d.name,d.state,d.mac from device as d where organization_id=#{organizationId} </select> </mapper>