From 44f866419cde0ff12a91d9c1d92daf9e36b063e1 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 20 四月 2023 13:22:38 +0800
Subject: [PATCH] backup0420

---
 force-app/main/default/objects/Maintenance_Contract_Asset__c/fields/Current_Price_Should__c.field-meta.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/Maintenance_Contract_Asset__c/fields/Current_Price_Should__c.field-meta.xml b/force-app/main/default/objects/Maintenance_Contract_Asset__c/fields/Current_Price_Should__c.field-meta.xml
index 9028e0f..029e652 100644
--- a/force-app/main/default/objects/Maintenance_Contract_Asset__c/fields/Current_Price_Should__c.field-meta.xml
+++ b/force-app/main/default/objects/Maintenance_Contract_Asset__c/fields/Current_Price_Should__c.field-meta.xml
@@ -2,7 +2,9 @@
 <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>Current_Price_Should__c</fullName>
     <externalId>false</externalId>
-    <formula>IF(Adjustment_ratio_Upper__c &lt;0,&quot;1.搴旇闄嶄环&quot;,IF(AND(Adjustment_ratio_Lower__c &gt;=0,Adjustment_ratio_Upper__c &lt;=5),&quot;2.搴旇缁存寔&quot;,&quot;3.搴旇娑ㄤ环&quot;))</formula>
+    <formula>IF(Adjustment_ratio_Upper__c &lt;0,&quot;1.搴旇闄嶄环&quot;,
+IF( Adjustment_ratio_Lower__c &gt;0.05,&quot;3.搴旇娑ㄤ环&quot;,&quot;2.搴旇缁存寔&quot;)
+)</formula>
     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
     <label>鏈湡浠锋牸搴旇</label>
     <required>false</required>

--
Gitblit v1.9.1