From 1b3fb93f787b8b546a307bf063183f5295d183f8 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 16:53:25 +0800
Subject: [PATCH] merge

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

diff --git a/force-app/main/default/classes/InventoryController.cls b/force-app/main/default/classes/InventoryController.cls
index d9367bc..d5d7694 100644
--- a/force-app/main/default/classes/InventoryController.cls
+++ b/force-app/main/default/classes/InventoryController.cls
@@ -1005,7 +1005,9 @@
     }
     //CSV鍑哄姏
     public PageReference doClick() {
+        system.debug('Click');
         Pagereference pr = page.InventoryCSV;
+        system.debug('data:'+JSON.serialize(consumableorderdetailsRecordserrordummy));
         return pr;
     }
 

--
Gitblit v1.9.1