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();