涂煌豪
2022-03-28 ae181f917b1b6ee90b2d6c273e0e9f61f29b4e33
force-app/main/default/objects/Maintenance_Contract__c/fields/Highest_price_adjustment__c.field-meta.xml
@@ -2,7 +2,7 @@
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Highest_price_adjustment__c</fullName>
    <externalId>false</externalId>
    <formula>if(Count_Equipment_Last_Money__c = 0,0,   GuidePrice_UpF__c/Count_Equipment_Last_Money__c)</formula>
    <formula>if(Equipment_Last_Money__c= 0,0,GuidePrice_UpF__c/Equipment_Last_Money__c-1)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>标准最高调价幅度</label>
    <precision>18</precision>