force-app/main/default/classes/NFM202Controller.cls
@@ -257,7 +257,7 @@ PricebookEntry.Product2.GuranteeType__c //lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 start ,PricebookEntry.Product2.DeliveryDate__c ,DeliveryDate__c //lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 end from OpportunityLineItem @@ -589,7 +589,7 @@ detail.Quantity = oppLine.Quantity; //lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 交货期 start detail.DeliveryDate = oppLine.PricebookEntry.Product2.DeliveryDate__c; detail.DeliveryDate = oppLine.DeliveryDate__c; //lt 20220223 CHAN-CBW9FX 特殊交货期影响的对应 end // LHJ SWAG-C9F9P8 20211206 增加规格 Start