RuoYi
2023-07-06 4d5c204b9aa4b8ba0e42d20a73f5bd3de9ed73d2
ruoyi-framework/src/main/java/com/ruoyi/framework/config/KaptchaTextCreator.java
@@ -45,7 +45,7 @@
                suChinese.append(CNUMBERS[y]);
            }
        }
        else if (randomoperands == 2)
        else
        {
            if (x >= y)
            {
@@ -61,13 +61,6 @@
                suChinese.append("-");
                suChinese.append(CNUMBERS[x]);
            }
        }
        else
        {
            result = x + y;
            suChinese.append(CNUMBERS[x]);
            suChinese.append("+");
            suChinese.append(CNUMBERS[y]);
        }
        suChinese.append("=?@" + result);
        return suChinese.toString();