123
chenjingwu
2024-04-24 4c3ea46329c7e51db435b107d99d61d1368f021e
force-app/main/default/classes/MaintenanceProductDataController.cls
@@ -437,7 +437,7 @@
            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) {
@@ -555,6 +555,7 @@
                }
                System.debug('chenjingwu=>' + muCountMap);
                System.debug('chenjingwu=>' + exmpdDetailsRecordsMap);
                System.debug('chenjingwu=>' + mpdDetailsRecords);
                // chenjingwu 3+2多年保修   20240417 end
            } 
        }