| | |
| | | for (Integer i=0;i<column_Old.size();i++) { |
| | | mpdsoql += ',' + column_Old[i]; |
| | | } |
| | | mpdsoql += ' from Maintenance_Product_Data_Details__c where Maintenance_Product_Data__c = \''+id+'\''; |
| | | mpdsoql += ' from Maintenance_Product_Data_Details__c where RecordTypeId != \'012C50000000jefIAA\' and Maintenance_Product_Data__c = \''+id+'\''; |
| | | // 選択済みの明细を取得 |
| | | mpdDetailsSelected = Database.query(mpdsoql); |
| | | for (Maintenance_Product_Data_Details__c mpdd1 : mpdDetailsSelected) { |
| | |
| | | } |
| | | System.debug('chenjingwu=>' + muCountMap); |
| | | System.debug('chenjingwu=>' + exmpdDetailsRecordsMap); |
| | | System.debug('chenjingwu=>' + mpdDetailsRecords); |
| | | // chenjingwu 3+2多年保修 20240417 end |
| | | } |
| | | } |