From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/objects/Tender_information__c/fields/OCSMProvince__c.field-meta.xml |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/force-app/main/default/objects/Tender_information__c/fields/OCSMProvince__c.field-meta.xml b/force-app/main/default/objects/Tender_information__c/fields/OCSMProvince__c.field-meta.xml
index 3fcfd31..1ef6cea 100644
--- a/force-app/main/default/objects/Tender_information__c/fields/OCSMProvince__c.field-meta.xml
+++ b/force-app/main/default/objects/Tender_information__c/fields/OCSMProvince__c.field-meta.xml
@@ -9,21 +9,21 @@
 &quot;瑗胯棌&quot;,&quot;鍥涘窛/瑗胯棌&quot;,
 &quot;鍥涘窛&quot;,&quot;鍥涘窛/瑗胯棌&quot;,
 &quot;杈藉畞&quot;,
-IF(BEGINS(AreaCity__c,&quot;闉嶅北&quot;) || 
-BEGINS(AreaCity__c,&quot;澶ц繛&quot;) || 
-BEGINS(AreaCity__c,&quot;涓逛笢&quot;) || 
-BEGINS(AreaCity__c,&quot;鐩橀敠&quot;) || 
+IF(BEGINS(AreaCity__c,&quot;闉嶅北&quot;) ||
+BEGINS(AreaCity__c,&quot;澶ц繛&quot;) ||
+BEGINS(AreaCity__c,&quot;涓逛笢&quot;) ||
+BEGINS(AreaCity__c,&quot;鐩橀敠&quot;) ||
 BEGINS(AreaCity__c,&quot;钀ュ彛&quot;),&quot;澶ц繛&quot;,&quot;娌堥槼&quot;),
 &quot;骞夸笢&quot;,
 IF(BEGINS(AreaCity__c,&quot;娣卞湷&quot;) ||
-BEGINS(AreaCity__c,&quot;涓北&quot;) || 
-BEGINS(AreaCity__c,&quot;娼窞&quot;) || 
-BEGINS(AreaCity__c,&quot;姊呭窞&quot;) || 
-BEGINS(AreaCity__c,&quot;鐝犳捣&quot;) || 
-BEGINS(AreaCity__c,&quot;鎯犲窞&quot;) || 
-BEGINS(AreaCity__c,&quot;姹曞熬&quot;) || 
-BEGINS(AreaCity__c,&quot;姹曞ご&quot;) || 
-BEGINS(AreaCity__c,&quot;鎻槼&quot;) || 
+BEGINS(AreaCity__c,&quot;涓北&quot;) ||
+BEGINS(AreaCity__c,&quot;娼窞&quot;) ||
+BEGINS(AreaCity__c,&quot;姊呭窞&quot;) ||
+BEGINS(AreaCity__c,&quot;鐝犳捣&quot;) ||
+BEGINS(AreaCity__c,&quot;鎯犲窞&quot;) ||
+BEGINS(AreaCity__c,&quot;姹曞熬&quot;) ||
+BEGINS(AreaCity__c,&quot;姹曞ご&quot;) ||
+BEGINS(AreaCity__c,&quot;鎻槼&quot;) ||
 BEGINS(AreaCity__c,&quot;娌虫簮&quot;),&quot;娣卞湷&quot;,&quot;骞夸笢&quot;),
 IF(LEN(AreaProvince__c)&gt;2,LEFT(AreaProvince__c,2),AreaProvince__c))</formula>
     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>

--
Gitblit v1.9.1