Request_day_need_to_bigger_than_today
    true
    DataMigration_Flag__c <> TRUE 
&& 
(AND( ISPICKVAL(Status__c, "草案中") ,Request_shipping_day__c < DATEVALUE(CreatedDate)) || 
AND(ISNEW(),Request_shipping_day__c < TODAY() ))
    DataMigration_Flag__c <> TRUE 
&& 
(AND( ISPICKVAL(Status__c, "草案中") ,Request_shipping_day__c < DATEVALUE(CreatedDate)) || 
AND(ISNEW(),Request_shipping_day__c < TODAY() )) 
&&
AND( ISBLANK(TEXT(Split_Apply_Reason__c)),  ISBLANK(Old_Consum_Apply__c) )
    Request_shipping_day__c
    希望到货日必须未来的日期