自动化立体仓库 - WMS系统
Junjie
2023-03-15 a733dd6a6e89d4f815a6a5762e67b6ba04578dfd
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -548,6 +548,9 @@
                mat.setStatus(1);
                mat.setCreateTime(now);
                mat.setUpdateTime(now);
                if (matParam.getLength() == 0) {
                    mat.setLength(null);
                }
                if (!matService.insert(mat)) {
                    throw new CoolException("服务器内部错误,请联系管理员");
                } else {