自动化立体仓库 - WMS系统
zyx
2023-07-18 eadb3c4c77dd9008030ec029c4c55727084253ed
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -215,7 +215,7 @@
        if (Cools.isEmpty()) {
            return R.parse(BaseRes.PARAM);
        }
        return R.ok("组托成功");
        return R.ok().add(openService.outlogERP());
    }