dangsn
2025-01-16 d6e9b6f11fd8f36895eb70f092bdd8c412750111
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;
    }