dangsn
2024-12-10 0e967c072099b9959264c8cc324091c1d0472251
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;
    }