| | |
| | | opportunityInfo.Contract_DB_request_reason__c = gda.Contract_DB_request_reason; |
| | | opportunityInfo.Contract_DB_complite_day__c = NFMUtil.parseStr2Date(gda.Contract_DB_complite_day); |
| | | opportunityInfo.Assistant_Applied_Date__c = NFMUtil.parseStr2Date(gda.Assistant_Applied_Date); |
| | | opportunityInfo.Closing_Bid_Date__c = NFMUtil.parseStr2Date(gda.Closing_Bid_Date); |
| | | //opportunityInfo.Closing_Bid_Date__c = NFMUtil.parseStr2Date(gda.Closing_Bid_Date); //SWAG-CCL6R7 2022-3-22 yjk 注释掉中标日逻辑 |
| | | opportunityInfo.Contract_DB_SalesDept_complite_day__c = NFMUtil.parseStr2Date(gda.Contract_DB_SalesDept_complite_day); |
| | | opportunityInfo.Contract_Invalid_Date__c = null; |
| | | opportunityInfo.Contract_Authorize_Lock__c = true; |