自动化立体仓库 - WMS系统
18516761980
2022-10-15 8eb1495d8551cd267e9ccae0508113bc969574be
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -287,7 +287,7 @@
        if (Cools.isEmpty(param)) {
            return R.parse(BaseRes.PARAM);
        }
        if (param.getTestResult().equals("ok")){
        if (param.getTestResult().equals("OK")){
            map.put("isComplete",openService.testFinish(param));
        }else {
            map.put("isComplete",false);