| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | //DB202304056706 you 20230406 清空 打标识,重新执行batch |
| | | if(String.isBlank(op.ConfirmationofAward__c) && op.ConfirmationofAward__c!=oldopp.ConfirmationofAward__c){ |
| | | for (Tender_Opportunity_Link__c link : links) { |
| | | if (link.Opportunity__c == op.Id) { |
| | | Tender_information__c temptender = new Tender_information__c(); |
| | | temptender.Id = link.Tender_information__c; |
| | | temptender.IsReactionOpp__c = true; |
| | | tenderMap.put(temptender.id ,temptender); |
| | | } |
| | | } |
| | | } |
| | | //20221017 lt SWAG-CHL5XA【FY23询价改善】-统计主机台数 start |
| | | System.debug('lt123 oly主机'+op.OlyNumberHosts__c); |
| | | System.debug('lt123 老oly主机'+oldopp.OlyNumberHosts__c); |
| | | System.debug('lt123 对手主机'+op.RivalHostsNumber__c); |
| | | System.debug('lt123 老对手主机'+oldopp.RivalHostsNumber__c); |
| | | // System.debug('lt123 oly主机'+op.OlyNumberHosts__c); |
| | | // System.debug('lt123 老oly主机'+oldopp.OlyNumberHosts__c); |
| | | // System.debug('lt123 对手主机'+op.RivalHostsNumber__c); |
| | | // System.debug('lt123 老对手主机'+oldopp.RivalHostsNumber__c); |
| | | |
| | | if(op.OlyNumberHosts__c != oldopp.OlyNumberHosts__c || op.RivalHostsNumber__c != oldopp.RivalHostsNumber__c){ |
| | | for (Tender_Opportunity_Link__c link : links){ |