| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>CancelleRepairDate__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>if(ISPICKVAL(CancellerType__c,'医院用户')||ISPICKVAL(CancellerType__c,'CIC'),DATEVALUE(CancelleRepairTime__c),null)</formula> | 
|     <label>用户取消报修日</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Date</type> | 
| </CustomField> |