From 3d655e80eec6c770dce06f3d9cf04fffe607f644 Mon Sep 17 00:00:00 2001
From: yangjieke <yangjieke@prec-tech.com>
Date: 星期二, 22 三月 2022 17:53:32 +0800
Subject: [PATCH] SWAG-CCL6R7

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

diff --git a/force-app/main/default/classes/NFM202Controller.cls b/force-app/main/default/classes/NFM202Controller.cls
index 0bf1180..8e4e6d0 100644
--- a/force-app/main/default/classes/NFM202Controller.cls
+++ b/force-app/main/default/classes/NFM202Controller.cls
@@ -69,6 +69,10 @@
         // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� start
         public String DepartmentName;
         // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� end
+
+        
+        public String winBiddingDate;//SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃�
+
     }
 
     public class Detail_element {
@@ -221,6 +225,11 @@
                                           // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� start
                                           Department_Name__c,
                                           // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� end
+
+                                          //SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃� start
+                                          Closing_Bid_Date_Bid__c,
+                                          Closing_Bid_Date__c,
+                                          //SWAG-CCL6R7 2022-3-22 yjk 澧炲姞涓爣鏃� end
                                           Account.RecordType.DeveloperName
 
                                     from  Opportunity
@@ -475,6 +484,9 @@
                     quotation.DepartmentName = opp.Department_Name__c;
                     // CHAN-C9P5WM 20211216 ssm 澧炲姞绉戝鍚� end
 
+                    //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
                     // 浜у搧
                     List<OpportunityLineItem> oppLineList = oppIDMap.get(opp.id);
                     quotation.Items = new List<Detail_element>();

--
Gitblit v1.9.1