From dec96e2f8b84ea04d773c0c520c39b0822912ee3 Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期五, 26 五月 2023 10:32:20 +0800
Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG

---
 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