From e3984fbbf370bf5925250a75bfb6154b4a16685c Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 11 四月 2023 14:04:00 +0800
Subject: [PATCH] bakcup

---
 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