From 19ae52ae3e06c44c646ae6b45dc2b0d7f2cead88 Mon Sep 17 00:00:00 2001 From: 李彤 <litong@prec-tech.com> Date: 星期一, 15 五月 2023 18:55:53 +0800 Subject: [PATCH] 招标项目终止 --- 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