From ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32 Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期三, 08 三月 2023 09:35:52 +0800 Subject: [PATCH] 20230307询价2期Batch增加入Schedule --- 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