swb
2024-11-15 da0cb6ec9344641c5d1820e099131b58149b3fbc
screen-manage/src/main/resources/mapper/SpecialDeviceMapper.xml
@@ -71,4 +71,9 @@
        WHERE id = (SELECT organization_id FROM special_device WHERE mac = #{mac})
    </select>
    <select id="selectCoordinate" resultType="com.moral.api.entity.ManageCoordinate">
        SELECT * FROM manage_coordinate WHERE organization_id = (SELECT organization_id from special_device WHERE mac=#{mac}
        ) AND is_del =0
    </select>
</mapper>