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/classes/NFM202Controller.cls |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/force-app/main/default/classes/NFM202Controller.cls b/force-app/main/default/classes/NFM202Controller.cls
index 8e4e6d0..107a832 100644
--- a/force-app/main/default/classes/NFM202Controller.cls
+++ b/force-app/main/default/classes/NFM202Controller.cls
@@ -58,21 +58,18 @@
         // LHJ 澶氬勾淇濅慨 20190812 End
         public String SFDC_DataID;
         public Detail_element[] Items;
-    //鎶ヤ环璇曠畻
+        //鎶ヤ环璇曠畻
         public ProductDetais[] ProductDetais; //鎶ヤ环璇曠畻琛�
         //20200810 ljh add start
         //public String IsCorrosion;
         //20200810 ljh add end
         //闃胯タ璧涘 wql 20210331
         public Boolean IsAcecide;
-
         // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� start
         public String DepartmentName;
         // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� end
-
-        
         public String winBiddingDate;//SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃�
-
+        public String CelonOpportunity;// 20220415 ljh SWAG-CCK8V4 add
     }
 
     public class Detail_element {
@@ -230,6 +227,7 @@
                                           Closing_Bid_Date_Bid__c,
                                           Closing_Bid_Date__c,
                                           //SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃� end
+                                          CelonOpportunity__c,  // 20220415 ljh SWAG-CCK8V4 add
                                           Account.RecordType.DeveloperName
 
                                     from  Opportunity
@@ -487,6 +485,7 @@
                     //SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃� start
                     quotation.winBiddingDate = opp.Closing_Bid_Date_Bid__c ==null? NFMUtil.formatDate2Str(opp.Closing_Bid_Date__c) : NFMUtil.formatDate2Str(opp.Closing_Bid_Date_Bid__c);
                     //SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃� end
+                    quotation.CelonOpportunity = opp.CelonOpportunity__c; // 20220415 ljh ljh SWAG-CCK8V4 add
                     // 浜у搧
                     List<OpportunityLineItem> oppLineList = oppIDMap.get(opp.id);
                     quotation.Items = new List<Detail_element>();

--
Gitblit v1.9.1