From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期五, 03 三月 2023 14:50:59 +0800 Subject: [PATCH] gzw 测试环境代码更新 --- 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