From fe7d1b90f57b14ca09852c0e80f58a412b50478d Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期五, 08 四月 2022 14:22:04 +0800 Subject: [PATCH] 20220408KPI覆盖率提交 --- force-app/main/default/triggers/OpportunityBefUpd.trigger | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/triggers/OpportunityBefUpd.trigger b/force-app/main/default/triggers/OpportunityBefUpd.trigger index da74437..51c22ea 100644 --- a/force-app/main/default/triggers/OpportunityBefUpd.trigger +++ b/force-app/main/default/triggers/OpportunityBefUpd.trigger @@ -129,7 +129,8 @@ raList = [Select Id,Follow_UP_Opp__c From Rental_Apply__c Where RA_Status_Text__c != '鍙栨秷' and Follow_UP_Opp__c IN :opIds]; }else{ //2.浠庤浠稩d涓煡璇㈠鍝佺姸鎬佷笉涓哄彇娑�(鐘舵�佷笉涓哄彇娑堜笖璇环涓湁s澶囧搧鐨勮瘽锛屽氨鎶ラ敊) - raList = [Select Id,Follow_UP_Opp__c From Rental_Apply__c Where RA_Status_Text__c != '鍙栨秷' and RA_Status_Text__c != '瀹屼簡' and Follow_UP_Opp__c IN :opIds]; + //20220307 lt update and RA_Status_Text__c != '鑽夋涓�' SWAG-CBXCYR 銆愬鎵樸�戝尰闄㈠悎骞舵暟鎹浆绉婚棶棰� + raList = [Select Id,Follow_UP_Opp__c From Rental_Apply__c Where RA_Status_Text__c != '鍙栨秷' and RA_Status_Text__c != '瀹屼簡' and RA_Status_Text__c != '鑽夋涓�' and Follow_UP_Opp__c IN :opIds]; } //3.灏嗗叾锛堟瘡涓浠峰搴旂殑澶囧搧锛夋斁鍏ap涓� Map<String,Rental_Apply__c> raMap = new Map<String,Rental_Apply__c>(); -- Gitblit v1.9.1