OPDPlan_ImplementDateCompare
    true
    opd计划实施日期不能小于创建日期
SWAG-BW35YY
&&  SkipValidationRulesAndWorkflows__c != true
    ((ISNEW() && OPDPlan_ImplementDate__c< TODAY() )||  (ISCHANGED(OPDPlan_ImplementDate__c) && OPDPlan_ImplementDate__c<DATEVALUE(CreatedDate)))&&  ISBLANK(OriginalOpdPlanRental__c)  && 
ISBLANK(OriginalOpdPlanApplication__c)
    OPDPlan_ImplementDate__c
    计划实施日不能早于今天