自动化立体仓库 - WMS系统
1
zhangc
2025-02-07 aa2d520a06c371e76ef26c78d426a01fca76a2fc
src/main/java/com/zy/asrs/service/impl/TagServiceImpl.java
@@ -23,7 +23,7 @@
            top.setSort(0);
            Integer insert = this.baseMapper.insert(top);
            if (insert == 0) {
                throw new CoolException("服务器异常");
                throw new CoolException("类别添加失败");
            }
        }
        return top;