From 0f44cb1a0b7b36860e9ce81c1eac9e395d87f0b4 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 13:53:18 +0800
Subject: [PATCH] mergecode into lex dtt

---
 force-app/main/default/classes/TenderResultConfirmTaskBatch.cls |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/TenderResultConfirmTaskBatch.cls b/force-app/main/default/classes/TenderResultConfirmTaskBatch.cls
index 4ea7996..6f2cf42 100644
--- a/force-app/main/default/classes/TenderResultConfirmTaskBatch.cls
+++ b/force-app/main/default/classes/TenderResultConfirmTaskBatch.cls
@@ -26,7 +26,8 @@
                      + 'Opportunity__r.ConfirmationofAward_createTime__c ' 
                      + 'FROM Tender_Opportunity_Link__c '
                      + 'WHERE Tender_information__r.InfoType__c = \'3锛氱粨鏋淺' ' 
-                     + 'AND (Tender_information__r.subInfoType__c = \'3-5锛氫腑鏍囬�氱煡\' OR Tender_information__r.subInfoType__c = \'3-6锛氬悎鍚屽叕鍛奬') ';
+                     + 'AND (Tender_information__r.subInfoType__c = \'3-5锛氫腑鏍囬�氱煡\' OR Tender_information__r.subInfoType__c = \'3-6锛氬悎鍚屽叕鍛奬') '
+                     + 'AND Opportunity__r.ConfirmationofAward__c = null AND Tender_information__r.TerminateApprovalStatus__c != \'鎵瑰噯\' ';   //lt DB202304062844 20230515 椤圭洰缁堟娴佺▼寮�鍙� add
                      //+ 'AND Tender_information__r.RecordTypeId = \'01210000000VLUI\' ';
                      
         //20220715 you 鎷涙爣浠诲姟 start

--
Gitblit v1.9.1