From de9565270a88b0749d17c1961cd41399c8483c96 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 17:46:45 +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