沙世明
2022-04-08 eeb7c0a2d6f037d515bb822d739036b69c4dc73a
force-app/main/default/classes/LeadIntentionControllerTest.cls
@@ -7,6 +7,7 @@
    }
    
    static testMethod void testMethod1() {
        LeadIntentionController.forTest();
        //医院
        List<RecordType> rectHp = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and DeveloperName = 'HP'];
        if (rectHp.size() == 0) {