From dec96e2f8b84ea04d773c0c520c39b0822912ee3 Mon Sep 17 00:00:00 2001 From: D C <chenbangcai@prec-tech.com> Date: 星期五, 26 五月 2023 10:32:20 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- 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