From cecd98b1ccbe67a2530c9d066ed5f12c7f3e8e2b Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期五, 19 五月 2023 16:20:17 +0800 Subject: [PATCH] 备份省目标录入 --- force-app/main/default/objects/OPDPlan__c/fields/TAT_Distribute_To_Deliver__c.field-meta.xml | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/objects/OPDPlan__c/fields/TAT_Distribute_To_Deliver__c.field-meta.xml b/force-app/main/default/objects/OPDPlan__c/fields/TAT_Distribute_To_Deliver__c.field-meta.xml index 7e9e1bb..d00cf9a 100644 --- a/force-app/main/default/objects/OPDPlan__c/fields/TAT_Distribute_To_Deliver__c.field-meta.xml +++ b/force-app/main/default/objects/OPDPlan__c/fields/TAT_Distribute_To_Deliver__c.field-meta.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>TAT_Distribute_To_Deliver__c</fullName> - <description>20211227淇敼:鏈�鍒濆拰鏈�鍚庨兘涓嶅噯锛屽綋鍓嶅氨鐢ㄦ渶鍒濅簡</description> + <description>鏈�鍒濆拰鏈�鍚庨兘涓嶅噯锛屽綋鍓嶅氨鐢ㄦ渶鍒濅簡</description> <externalId>false</externalId> - <formula>IF(!ISNULL(Rental_Apply2__r.Bollow_Date__c) && !ISNULL(Rental_Apply2__r.Request_answer_day__c), - Rental_Apply2__r.Bollow_Date__c - Rental_Apply2__r.Request_answer_day__c, - null)</formula> + <formula>IF( + !ISNULL(Bollowdate__c) && !ISNULL(Rental_Apply2__r.Request_answer_day__c), + Rental_Apply2__r.Bollow_Date__c - Rental_Apply2__r.Request_answer_day__c, + null +)</formula> <label>TAT锛氬垎閰嶅埌鍙戣揣鏃ユ湡</label> <precision>18</precision> <required>false</required> -- Gitblit v1.9.1