From b5efe5ce37b52863355e59edfad26d5f82d8f47a Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期二, 04 四月 2023 16:25:36 +0800
Subject: [PATCH] 返品验证条件修改

---
 force-app/main/default/objects/Repair__c/validationRules/Repair_Product_Input_Day.validationRule-meta.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/Repair__c/validationRules/Repair_Product_Input_Day.validationRule-meta.xml b/force-app/main/default/objects/Repair__c/validationRules/Repair_Product_Input_Day.validationRule-meta.xml
index febfa81..c8bb62d 100644
--- a/force-app/main/default/objects/Repair__c/validationRules/Repair_Product_Input_Day.validationRule-meta.xml
+++ b/force-app/main/default/objects/Repair__c/validationRules/Repair_Product_Input_Day.validationRule-meta.xml
@@ -8,5 +8,5 @@
 &amp;&amp; 
 AND ( ISBLANK( Send_To_RC_Date__c ) , OR(Text(On_site_repair__c) = &quot;RC淇悊&quot;,Text(On_site_repair__c) = &quot;鐩撮�丼ORC淇悊&quot;,Text(On_site_repair__c) = &quot;鐩撮�丱GZ淇悊&quot;))</errorConditionFormula>
     <errorDisplayField>Send_To_RC_Date__c</errorDisplayField>
-    <errorMessage>RC淇悊锛岀洿閫丼ORC淇悊鍜岀洿閫丱GZ淇悊鐨勮瘽锛屽繀椤昏杈撳叆3.淇悊鍝丷C瀵勯�佹棩銆�</errorMessage>
+    <errorMessage>RC淇悊鐨勮瘽锛屽繀椤昏杈撳叆3.淇悊鍝丷C瀵勯�佹棩銆�</errorMessage>
 </ValidationRule>

--
Gitblit v1.9.1