From 36305d06f22db8e81a73dd6bcccb57311ea80e51 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 24 四月 2024 11:35:17 +0800
Subject: [PATCH] 123

---
 force-app/main/default/classes/MaintenanceProductDataController.cls |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/MaintenanceProductDataController.cls b/force-app/main/default/classes/MaintenanceProductDataController.cls
index ea80cf3..061b119 100644
--- a/force-app/main/default/classes/MaintenanceProductDataController.cls
+++ b/force-app/main/default/classes/MaintenanceProductDataController.cls
@@ -553,6 +553,7 @@
                         exmpdDetailsRecordsMap.put(id,exList);
                     }
                 }
+                System.debug('chenjingwu=>' + idList);
                 System.debug('chenjingwu=>' + muCountMap);
                 System.debug('chenjingwu=>' + exmpdDetailsRecordsMap);
                 System.debug('chenjingwu=>' + mpdDetailsRecords);
@@ -936,7 +937,7 @@
                                 InsAfterDel.MultiYearWarranty__c = ex.mpdrdd.MultiYearWarranty__c;
                                 InsAfterDel.MultiOneYearWarrantyPrice__c = ex.mpdrdd.MultiOneYearWarrantyPrice__c;
                                 InsAfterDel.AmountWithheld__c = ex.mpdrdd.AmountWithheld__c;
-                                InsAfterDel.ProductsID__c = ex.mpdrdd.ProductName__c;
+                                InsAfterDel.ProductsID__c = ex.mpdrdd.ProductsID__c;
 
                                 InsAfterDel.AgeLimit_Old__c = ex.Prod.AgeLimit__c;
                                 InsAfterDel.MultiOneYearWarrantyPrice_Old__c = ex.Prod.MultiOneYearWarrantyPrice__c;

--
Gitblit v1.9.1