自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-23 ce622406a2064d8b60d50c01cf3d490c2c5de736
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();