force-app/main/default/classes/MaintenanceProductDataController.cls @@ -896,6 +896,7 @@ } } }catch(Exception e){ System.debug('chenjingwu==>' + e.getMessage()); ApexPages.addMessages(e); Database.rollback(sp); return null;