RuoYi
2022-02-20 54c6c4e547252cb14c3b0fe1a08758e42fd97691
ruoyi-common/src/main/java/com/ruoyi/common/utils/DictUtils.java
@@ -91,7 +91,7 @@
                {
                    if (value.equals(dict.getDictValue()))
                    {
                        propertyString.append(dict.getDictLabel() + separator);
                        propertyString.append(dict.getDictLabel()).append(separator);
                        break;
                    }
                }
@@ -131,7 +131,7 @@
                {
                    if (label.equals(dict.getDictLabel()))
                    {
                        propertyString.append(dict.getDictValue() + separator);
                        propertyString.append(dict.getDictValue()).append(separator);
                        break;
                    }
                }