From b5efe5ce37b52863355e59edfad26d5f82d8f47a Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期二, 04 四月 2023 16:25:36 +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