涂煌豪
2022-04-11 1b214a96d371ce90578fb7d6c14eecfcba5f87f0
force-app/main/default/classes/Sfdc2PoContactBatchTest.cls
@@ -2,6 +2,7 @@
public class Sfdc2PoContactBatchTest {
   // NFM606ControllerTest.makeTestRepair();
    static testMethod void testMethod1() {
        Oly_TriggerHandler.bypass('ContactTriggerHandler');
       List<RecordType> Agency = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and DeveloperName = 'Agency'];
        // 创建经销商
        Account company = new Account();