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/CreateOpportunityTaskBatch.cls | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/CreateOpportunityTaskBatch.cls b/force-app/main/default/classes/CreateOpportunityTaskBatch.cls index 7151392..6ddf39b 100644 --- a/force-app/main/default/classes/CreateOpportunityTaskBatch.cls +++ b/force-app/main/default/classes/CreateOpportunityTaskBatch.cls @@ -42,6 +42,7 @@ //2021-08-10 mzy update SWAG-C5R6GW 璇环浠诲姟鏂板瀛楁 start oppSql += ',Competitor__c,Close_Forecasted_Date__c,Created_Day__c,StageName__c,Bid_Date__c,Closing_Bid_Date__c '; //2021-08-10 mzy update SWAG-C5R6GW 璇环浠诲姟鏂板瀛楁 end + oppSql += ', OCSM_RMB_Without_Tax_1000__c '; //2022-2-28 yjk 銆愬鎵樸�戙�愯浠蜂换鍔°�戣浠蜂换鍔℃淳閫佹椂鐐瑰瓧娈佃褰曞鍔� oppSql += ' from Opportunity '; // 璇环绉戝鍒嗙被锛圤pportunity_Category__c锛� 鏄疓I @@ -162,6 +163,7 @@ //2021-11-26 yjk 璇环浠诲姟澧炲姞娲惧彂鍘熷洜瀛楁 + newTask.OCSM_RMB_Without_Tax_1000__c = opp.OCSM_RMB_Without_Tax_1000__c; //2022-2-28 yjk 銆愬鎵樸�戙�愯浠蜂换鍔°�戣浠蜂换鍔℃淳閫佹椂鐐瑰瓧娈佃褰曞鍔� if(opp.Close_Forecasted_Date__c >= nextMonthFirstDay && opp.Close_Forecasted_Date__c<= nnexMonthLastDay){ if( -- Gitblit v1.9.1