| | |
| | | + '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 |