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/Maintenance_Contract__c/fields/Status2__c.field-meta.xml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/objects/Maintenance_Contract__c/fields/Status2__c.field-meta.xml b/force-app/main/default/objects/Maintenance_Contract__c/fields/Status2__c.field-meta.xml
index 8f579ed..5ffbb49 100644
--- a/force-app/main/default/objects/Maintenance_Contract__c/fields/Status2__c.field-meta.xml
+++ b/force-app/main/default/objects/Maintenance_Contract__c/fields/Status2__c.field-meta.xml
@@ -31,8 +31,7 @@
 )
 )</description>
     <externalId>false</externalId>
-    <formula>IF(text(Status__c)=&quot;鍏抽棴璇环&quot;,&quot;鍏抽棴璇环&quot;,
-IF(text(Status__c)=&quot;濂戠磩婧�浜�&quot;,&quot;9.鍚堝悓缁撴潫&quot;,
+    <formula>IF(text(Status__c)=&quot;濂戠磩婧�浜�&quot;,&quot;9.鍚堝悓缁撴潫&quot;,
 IF(text(Status__c)=&quot;鏈绱�&quot;,&quot;鏈悎鍚�(鍙栨秷)&quot;,
 
 
@@ -52,7 +51,6 @@
     ),
 IF(not(ISBLANK(Decided_Estimation__c)),&quot;3.鎶ヤ环宸插喅瀹�&quot;,
 IF(not(ISBLANK(Xin_Last_Follow_Day__c)),&quot;2.璺熻繘涓�&quot;,&quot;1.杩樻病璺熻繘&quot;)
-)
 )
 )
 )

--
Gitblit v1.9.1