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 @@ "瑗胯棌","鍥涘窛/瑗胯棌", "鍥涘窛","鍥涘窛/瑗胯棌", "杈藉畞", -IF(BEGINS(AreaCity__c,"闉嶅北") || -BEGINS(AreaCity__c,"澶ц繛") || -BEGINS(AreaCity__c,"涓逛笢") || -BEGINS(AreaCity__c,"鐩橀敠") || +IF(BEGINS(AreaCity__c,"闉嶅北") || +BEGINS(AreaCity__c,"澶ц繛") || +BEGINS(AreaCity__c,"涓逛笢") || +BEGINS(AreaCity__c,"鐩橀敠") || BEGINS(AreaCity__c,"钀ュ彛"),"澶ц繛","娌堥槼"), "骞夸笢", IF(BEGINS(AreaCity__c,"娣卞湷") || -BEGINS(AreaCity__c,"涓北") || -BEGINS(AreaCity__c,"娼窞") || -BEGINS(AreaCity__c,"姊呭窞") || -BEGINS(AreaCity__c,"鐝犳捣") || -BEGINS(AreaCity__c,"鎯犲窞") || -BEGINS(AreaCity__c,"姹曞熬") || -BEGINS(AreaCity__c,"姹曞ご") || -BEGINS(AreaCity__c,"鎻槼") || +BEGINS(AreaCity__c,"涓北") || +BEGINS(AreaCity__c,"娼窞") || +BEGINS(AreaCity__c,"姊呭窞") || +BEGINS(AreaCity__c,"鐝犳捣") || +BEGINS(AreaCity__c,"鎯犲窞") || +BEGINS(AreaCity__c,"姹曞熬") || +BEGINS(AreaCity__c,"姹曞ご") || +BEGINS(AreaCity__c,"鎻槼") || BEGINS(AreaCity__c,"娌虫簮"),"娣卞湷","骞夸笢"), IF(LEN(AreaProvince__c)>2,LEFT(AreaProvince__c,2),AreaProvince__c))</formula> <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> -- Gitblit v1.9.1