cjl
2024-04-23 65b70cf13a2ec91013d876771be878c165cae3a4
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>