From e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期一, 05 六月 2023 11:22:08 +0800 Subject: [PATCH] Merge branch 'master' into LightningUpgradeProject --- 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