kaiyu
2021-09-03 c3afba5959d8c94b6af76e6d578b1c6a1bf79b84
screen-manage/src/main/resources/mapper/SpecialDeviceMapper.xml
@@ -63,4 +63,11 @@
        where
            d.`is_delete` = 0;
    </select>
    <select id="selectOrgByMac" resultType="com.moral.api.entity.Organization">
        SELECT area_code, city_code
        FROM organization
        WHERE id = (SELECT organization_id FROM special_device WHERE mac = #{mac})
    </select>
</mapper>