From 12f376e4468e856df7548bc0826256f698adf277 Mon Sep 17 00:00:00 2001
From: houshuai <17802598606@163.com>
Date: 星期二, 15 七月 2025 20:29:12 +0800
Subject: [PATCH] 安灯模块开发

---
 src/main/java/org/jeecg/modules/sap/service/impl/SAPServiceImpl.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/jeecg/modules/sap/service/impl/SAPServiceImpl.java b/src/main/java/org/jeecg/modules/sap/service/impl/SAPServiceImpl.java
index 438131d..db1a753 100644
--- a/src/main/java/org/jeecg/modules/sap/service/impl/SAPServiceImpl.java
+++ b/src/main/java/org/jeecg/modules/sap/service/impl/SAPServiceImpl.java
@@ -29,10 +29,9 @@
             }
 
             // 璁剧疆杈撳叆鍙傛暟
-            JCoParameterList input = function.getImportParameterList();
             JCoTable inputTable = function.getTableParameterList().getTable("ZTAB_WERKS");
             inputTable.appendRow();
-            inputTable.setValue("ZTAB_WERKS", "2301"); //鍙傛暟鍚嶉渶涓� SAP 鍑芥暟瀹氫箟涓�鑷�
+            inputTable.setValue("WERKS", "2301"); //鍙傛暟鍚嶉渶涓� SAP 鍑芥暟瀹氫箟涓�鑷�
 
             // 鎵ц璋冪敤
             function.execute(destination);
@@ -44,7 +43,6 @@
                 outputTable.setRow(i);
                 log.info("Row {} : {}", i, outputTable.getString("AUFNR"));
             }
-//        String materialName = output.getString("MATERIAL_NAME"); // 鍙傛暟鍚嶉渶涓� SAP 鍑芥暟瀹氫箟涓�鑷�
 
             return String.valueOf(numRows);
         } catch (JCoException e) {

--
Gitblit v1.9.3