From 44f866419cde0ff12a91d9c1d92daf9e36b063e1 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 20 四月 2023 13:22:38 +0800
Subject: [PATCH] backup0420

---
 force-app/main/default/objects/QIS_Report__c/fields/FSE_Special_Mail_F__c.field-meta.xml |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/QIS_Report__c/fields/FSE_Special_Mail_F__c.field-meta.xml b/force-app/main/default/objects/QIS_Report__c/fields/FSE_Special_Mail_F__c.field-meta.xml
index 0917859..f067a0d 100644
--- a/force-app/main/default/objects/QIS_Report__c/fields/FSE_Special_Mail_F__c.field-meta.xml
+++ b/force-app/main/default/objects/QIS_Report__c/fields/FSE_Special_Mail_F__c.field-meta.xml
@@ -30,7 +30,32 @@
 ) 
 )</description>
     <externalId>false</externalId>
-    <formula>&apos;it_prectech@olympus.com.cn&apos;</formula>
+    <formula>Case(Salesdepartment_Text__c, 
+&quot;1.鍗庡寳&quot;, &quot;&quot;, 
+&quot;2.涓滃寳&quot;, &quot;&quot;, 
+&quot;3.瑗垮寳&quot;, &quot;yunshu_chen@olympus.com.cn&quot;, /**闄堣繍杈�**/ 
+&quot;4.瑗垮崡&quot;, &quot;rui_zhang@olympus.com.cn&quot;, /**绔犻攼**/ 
+&quot;5.鍗庝笢&quot;, &quot;&quot;, 
+&quot;6.鍗庡崡&quot;, &quot;&quot;, 
+&quot;7.鑳介噺&quot;, 
+Case(Hospital__r.Hospita_Salesdepartment_Text__c, 
+&quot;1.鍗庡寳&quot;, &quot;&quot;, 
+&quot;2.涓滃寳&quot;, &quot;&quot;, 
+&quot;3.瑗垮寳&quot;, &quot;yunshu_chen@olympus.com.cn&quot;, 
+&quot;4.鍗庝笢&quot;, &quot;&quot;, 
+&quot;5.鍗庡崡&quot;, &quot;&quot;, 
+&quot;6.瑗垮崡&quot;, &quot;rui_zhang@olympus.com.cn&quot;, 
+&quot;&quot;) 
+,Case(RCCD_Text__c, 
+&quot;鍗庡寳&quot;, &quot;&quot;, 
+&quot;涓滃寳&quot;, &quot;&quot;, 
+&quot;瑗垮寳&quot;, &quot;yunshu_chen@olympus.com.cn&quot;, 
+&quot;鍗庝笢&quot;, &quot;&quot;, 
+&quot;鍗庡崡&quot;, &quot;&quot;, 
+&quot;瑗垮崡&quot;, &quot;rui_zhang@olympus.com.cn&quot;, 
+&quot;&quot; 
+) 
+)</formula>
     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
     <label>FSE Special Mail F</label>
     <required>false</required>

--
Gitblit v1.9.1