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