dangsn
2024-12-20 3b801b499e394596263ef1e10ff99012917a7c75
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;
    }