From 1312ba82d4c880bdb5357d28e0d4af5b285f610f Mon Sep 17 00:00:00 2001 From: 高章伟 <gaozhangwei@prec-tech.com> Date: 星期四, 10 三月 2022 15:54:39 +0800 Subject: [PATCH] 最近一月修改内容 --- force-app/main/default/classes/NFM202Controller.cls | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/classes/NFM202Controller.cls b/force-app/main/default/classes/NFM202Controller.cls index 1c7ce0c..0bf1180 100644 --- a/force-app/main/default/classes/NFM202Controller.cls +++ b/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 -- Gitblit v1.9.1