force-app/main/default/objects/Rental_Apply__c/validationRules/Cannot_Set_Hope_Lonaer_date_Num.validationRule-meta.xml
@@ -18,7 +18,8 @@ || ISPICKVAL(demo_purpose2__c, "已购待货") || ISPICKVAL(demo_purpose2__c, "学会展会") ) && NOT(ISBLANK(Hope_Lonaer_date_Num__c))</errorConditionFormula> && NOT(ISBLANK(Hope_Lonaer_date_Num__c)) && Hope_Lonaer_date_Num__c!=0</errorConditionFormula> <errorDisplayField>Hope_Lonaer_date_Num__c</errorDisplayField> <errorMessage>不可以填写希望借用天数</errorMessage> </ValidationRule>