Li Jun
2022-03-17 3d29090cfcde7bfb1b72de7e9d470a6a32931f3a
force-app/main/default/classes/NewAndEditContactController.cls
@@ -33,7 +33,6 @@
    public PageReference PageLoad(){
        system.debug('rtTypeId='+rtTypeId);
        string s = null;
        if(!string.isBlank(rtTypeId)){
            s = Schema.SObjectType.Contact.getRecordTypeInfosById().get(rtTypeId).getDeveloperName();
            if(s == 'Agency' || s == 'Internal_staff'){