李彤
2022-09-23 d79fcb2a960e8b0e18fe039d892f98187b08866d
force-app/main/default/classes/CommonUtilsTest.cls
@@ -56,7 +56,9 @@
       //查询  医院下的科室 包括战略和普通科室
        CommonUtils.GetYYChilders('test',hospital.Id);
        //查询  普通科室
        // CommonUtils.GetPTKS('test',hospital.Id);
        List<String> hospitals = new List<String>();
        hospitals.add(hospital.Id);
        CommonUtils.GetPTKS('test',hospitals,false);
        //查询  普通科室
        // CommonUtils.GetPTKSByYYParent('test',hospital.Id);
        //查询  战略科室
@@ -76,7 +78,8 @@
        //获取选项列表值
        CommonUtils.GetSelectedValues( Tender_information__c.irrelevantReasons__c.getDescribe());
        CommonUtils.getPicklistValues( 'PCLLostBrand__c','ProductClass__c','ProductCategory__c');
        // CommonUtils.getPicklistValues( 'PCLLostBrand__c','ProductClass__c','ProductCategory__c');
        CommonUtils.getPicklistValues( 'Tender_information__c','InfoType__c','subInfoType__c');
    }