自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-23 f14a3d0f9fc5e6d30eea3e4c386e4df375a63f37
src/main/java/com/zy/asrs/service/impl/OpenServiceImpl.java
@@ -380,7 +380,7 @@
                            null    // 备注
                    );
                    if (tagMapper.insert(priTag) == 0) {
                        throw new CoolException("保存一级分类失败");
                        throw new CoolException("服务器内部错误,请联系管理员");
                    }
                }
                // 二级分类
@@ -410,7 +410,7 @@
                            null    // 备注
                    );
                    if (tagMapper.insert(secTag) == 0) {
                        throw new CoolException("保存二级分类失败");
                        throw new CoolException("服务器内部错误,请联系管理员");
                    }
                }
                tagId = secTag.getId();