From a48ed9f335db52a433a2b343ff9636a28ee8a97f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 10 三月 2022 18:53:59 +0800
Subject: [PATCH] New xml file for PIPL20220310

---
 force-app/main/default/classes/CancelPostponePlanHandler.cls |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/CancelPostponePlanHandler.cls b/force-app/main/default/classes/CancelPostponePlanHandler.cls
index d01aa9f..77b6857 100644
--- a/force-app/main/default/classes/CancelPostponePlanHandler.cls
+++ b/force-app/main/default/classes/CancelPostponePlanHandler.cls
@@ -67,9 +67,7 @@
             // } else if (oldMap.get(cpp.Id).get('Status__c') != cpp.Status__c && cpp.Status__c == '寤舵湡鎴愬姛') {
             } else if (Trigger.isInsert && cpp.Status__c == '寤舵湡鎴愬姛' ||
                     Trigger.isUpdate && oldMap.get(cpp.Id).get('Status__c') != cpp.Status__c && cpp.Status__c == '寤舵湡鎴愬姛') {
-                
                 opdplan.Id =  cpp.CancelOPDPlan__c;
-
                 // SWAG-BXDC25 mzy 瀹℃壒鍚庯紝鏇存柊銆怬PD璁″垝瀹炴柦鏃ユ湡temp銆�  Start
                 //opdplan.OPDPlan_ImplementDate__c = cpp.NextPlanDate__c;
                 opdplan.OPDPlan_ImplementDate_temp__c = cpp.NextPlanDate__c;

--
Gitblit v1.9.1