force-app/main/default/classes/UpdateTenderInformationBatch.cls
@@ -559,6 +559,9 @@ tempTender.ConfirmationofAward__c = '竞争对手中标'; }else if(bidNum > 0 && loseNum > 0){ tempTender.ConfirmationofAward__c = '部分OLY中标'; }else{ //DB202304056706 you 20230406 清空 tempTender.ConfirmationofAward__c = ''; } @@ -655,6 +658,8 @@ }else { //清空 tempTender.OpportunityStatus__c = ''; //DB202304056706 you 20230406 清空 tempTender.ConfirmationofAward__c = ''; } updateTenderList.add(tempTender); }