From c9a3d872c8476060e5877f9fff107ac2ef39e307 Mon Sep 17 00:00:00 2001 From: houshuai <17802598606@163.com> Date: 星期一, 07 七月 2025 20:51:26 +0800 Subject: [PATCH] 生产管控模块 基本搭建2 --- 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