From e3a2cee90bc35685b1ebc88af96c5c65289a55fe Mon Sep 17 00:00:00 2001
From: 游畅 <youchang@prec-tech.com>
Date: 星期三, 29 三月 2023 14:01:21 +0800
Subject: [PATCH] 20230329-询价中的今年相关字段增加和修改+现场修理逻辑+停止hr信息同步用户
---
force-app/main/default/classes/OpdAmountBatch.cls | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/OpdAmountBatch.cls b/force-app/main/default/classes/OpdAmountBatch.cls
index 76cc2f3..8c0862d 100644
--- a/force-app/main/default/classes/OpdAmountBatch.cls
+++ b/force-app/main/default/classes/OpdAmountBatch.cls
@@ -356,6 +356,11 @@
,Dealer_Final_Price__c
,HospitalTransactionAmount__c
//20230222 DB202302339407 you end
+ //20230327 DB202303372329 you start
+ ,OP_ThousandY_Order__c
+ ,OrderThisYearQY__c
+ ,Opportunity__c
+ //20230327 DB202303372329 you end
from Account2__c
where Account_Org__c = :dcList];
@@ -508,6 +513,12 @@
accTar.Opportunity_ThousandY__c = acc2.Opportunity_ThousandY__c;
accTar.Amount_Without_Tax_Thousand__c = acc2.Amount_Without_Tax_Thousand__c;
+ //20230327 DB202303372329 you start
+ accTar.OP_ThousandY_Order__c = acc2.OP_ThousandY_Order__c;
+ accTar.OrderThisYearQY__c = acc2.OrderThisYearQY__c;
+ accTar.Opportunity__c = acc2.Opportunity__c;
+ //20230327 DB202303372329 you end
+
//20220111 SWAG-C8MBB6 鍔�7.璇环 lt start
accTar.AllOP_ThousandY__c = acc2.AllOP_ThousandY__c;
//20220111 SWAG-C8MBB6 鍔�7.璇环 lt end
--
Gitblit v1.9.1