From 552f32c93251191103a633ca292c06a445e2551f Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期二, 15 三月 2022 18:25:31 +0800
Subject: [PATCH] OBPM备品相关修改 & 【委托】【phase5上线课题131】-增加明细的时长字段“提交申请到备品出库时长”
---
force-app/main/default/classes/WeeklyReportCmpTest.cls | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/WeeklyReportCmpTest.cls b/force-app/main/default/classes/WeeklyReportCmpTest.cls
index 2b6b1da..5c88abf 100644
--- a/force-app/main/default/classes/WeeklyReportCmpTest.cls
+++ b/force-app/main/default/classes/WeeklyReportCmpTest.cls
@@ -43,8 +43,7 @@
contact2.LastName = 'test1缁忛攢鍟�';
insert contact2;
-
- Profile p = [select Id, name from Profile where name = '901_缁忛攢鍟嗘椿鍔ㄧ郴缁�'];
+ Profile p = [select Id from Profile where Name = '901_缁忛攢鍟嗘椿鍔ㄧ郴缁�'];
user.ProfileId = p.Id;
user.ContactId = contact2.Id;
user.FirstName = '銉︺兗銈躲兗';
--
Gitblit v1.9.1