buli
2023-05-23 07390e2fcb4adf27c928335bf27ae7939c5a80ad
force-app/main/default/classes/OtherButtonOppCtl.cls
@@ -25,7 +25,7 @@
        return res;
    }
   @AuraEnabled
    @AuraEnabled
    public static List<Agency_Hospital_Link__c> selectAgencyHospital(String recordId){
        List<Agency_Hospital_Link__c> res = new List<Agency_Hospital_Link__c>();
        try{