From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/classes/StartTradingControllerTest.cls | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/StartTradingControllerTest.cls b/force-app/main/default/classes/StartTradingControllerTest.cls
index e04eecf..03e6b4b 100644
--- a/force-app/main/default/classes/StartTradingControllerTest.cls
+++ b/force-app/main/default/classes/StartTradingControllerTest.cls
@@ -225,7 +225,7 @@
// 銉兗銉夈儐銈广儓銉囥兗銈�
RecordType rect = [select id from RecordType where IsActive = true and SobjectType= 'Account' and Name =: RC_HOSPITAL limit 1];
- Account hospital = new Account(name = '涓浗鐥呴櫌');
+ Account hospital = new Account(name = '涓浗鐥呴櫌', Is_Active__c = '鏈夊姽');
hospital.RecordTypeId = rect.Id;
insert hospital;
Lead l = new Lead();
@@ -310,7 +310,7 @@
// 銉兗銉夈儐銈广儓銉囥兗銈�
RecordType rect = [select id from RecordType where IsActive = true and SobjectType= 'Account' and Name =: RC_HOSPITAL limit 1];
- Account hospital = new Account(name = '涓浗鐥呴櫌');
+ Account hospital = new Account(name = '涓浗鐥呴櫌', Is_Active__c = '鏈夊姽');
hospital.RecordTypeId = rect.Id;
insert hospital;
Lead l = new Lead();
--
Gitblit v1.9.1