付煜
2022-03-22 1fad7c54f4bda52a8099a713c5e349ca81f231f1
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'){