-- ============================================ -- 此文件由 Meoo Cloud 自动生成,请勿修改 -- This file is auto-generated by Meoo Cloud, DO NOT MODIFY -- ============================================ DROP POLICY IF EXISTS company_select_washing_plans ON washing_plans; CREATE POLICY company_select_washing_plans ON washing_plans FOR SELECT USING (company_id = get_user_master_company_id() OR washing_factory_id = get_user_master_company_id()); DROP POLICY IF EXISTS company_update_washing_plans ON washing_plans; CREATE POLICY company_update_washing_plans ON washing_plans FOR UPDATE USING (company_id = get_user_master_company_id() OR washing_factory_id = get_user_master_company_id());