kaiyu
2021-08-25 977604312c435fc826028d3340e8f904d6eb6534
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>