From e42a9df5ac26b05cc8d35728bfd9f9d323bff73a Mon Sep 17 00:00:00 2001
From: 一生一代一双人 <754543560@qq.com>
Date: 星期二, 01 三月 2022 10:52:17 +0800
Subject: [PATCH] 测试提交
---
force-app/main/default/classes/ContactToUserTriggerTest.cls | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/ContactToUserTriggerTest.cls b/force-app/main/default/classes/ContactToUserTriggerTest.cls
index 7121404..097b937 100644
--- a/force-app/main/default/classes/ContactToUserTriggerTest.cls
+++ b/force-app/main/default/classes/ContactToUserTriggerTest.cls
@@ -88,7 +88,7 @@
user.MobilePhone = '54321';
user.Mobile_Phone__c = '12345';
user.Employee_No__c = 'om009238';
- user.Work_Location__c = 'Location';
+ //user.Work_Location__c = 'Location';
user.IsMEBG__c = true;
user.Use_Start_Date__c = Date.today().addMonths(-6);
insert user;
--
Gitblit v1.9.1