wangting
2024-12-30 11b40f1d47747541d8c8b036769647492b908e8d
Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/impl/WebStatusServiceImpl.java
@@ -84,7 +84,7 @@
            }
            statusVO.setDescription(statePool.description);
            statusVO.setId(statePool.name);
            statusVO.setName(statePool.tag);
            statusVO.setName(statePool.label);
        }
        return statusVO;
    }