From 1b3fb93f787b8b546a307bf063183f5295d183f8 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 16:53:25 +0800
Subject: [PATCH] merge
---
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