自动化立体仓库 - WMS系统
1
zhangc
2025-03-24 002f10f7d38dc6791d26a69d061e6b17f9980fd0
src/main/java/com/zy/asrs/controller/TagController.java
@@ -106,7 +106,7 @@
   @ManagerAuth
    public R update(Tag tag){
        if (Cools.isEmpty(tag) || null==tag.getId()){
            return R.error();
            return R.error("参数缺失");
        }
        if (tag.getParentId() != null && tag.getParentId() > 0) {
            if (tag.getParentId().equals(tag.getId())) {