force-app/main/default/objects/Statu_Achievements__c/validationRules/ShippingScheduleDateNeedGreatethantoday.validationRule-meta.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>ShippingScheduleDateNeedGreatethantoday</fullName> <active>false</active> <active>true</active> <description>预测发货日修改时要大于今日</description> <errorConditionFormula>ISCHANGED(Shipping_Scheduled_Date__c) && NOT(ISBLANK(Shipping_Scheduled_Date__c)) &&