src/main/java/org/jeecg/modules/sap/service/impl/OrderCloseServiceImpl.java
@@ -38,8 +38,8 @@ // 执行调用 function.execute(destination); //获取返回结果 String ztype = function.getExportParameterList().getTable("ZTYPE").toString(); String zmess = function.getExportParameterList().getTable("ZMESS").toString(); String ztype = function.getExportParameterList().getValue("ZTYPE").toString(); String zmess = function.getExportParameterList().getValue("ZMESS").toString(); resultMap.put("zmess", zmess); resultMap.put("ztype", ztype);