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