| | |
| | | |
| | | @testSetup |
| | | static void makeTestRepair() { |
| | | Oly_TriggerHandler.bypass('UserProfileHandler'); |
| | | // 医院的记录类型 |
| | | List<RecordType> rectCo = [select Id from RecordType where IsActive = true and SobjectType = 'Account' and DeveloperName = 'Hp']; |
| | | // 战略科室 消化科的记录类型 |
| | |
| | | upsert company1; |
| | | Contact contact111 = new Contact(); |
| | | contact111.AccountId = company1.Id; |
| | | contact111.MobilePhone = '1111111111111111111111111'; |
| | | contact111.MobilePhone = '11111111111'; |
| | | contact111.Isactive__c = '123'; |
| | | contact111.FirstName = '責任者'; |
| | | contact111.LastName = 'test1经销商'; |