新火炬后端单体项目初始化代码
zhangherong
4 天以前 c4e489878e01a41debab8a1d954199d7b831177d
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);