KKSU
2024-04-17 d23645e976981bc9b670eea1d469fe8a36be309c
src/main/java/com/xcong/excoin/utils/CommonUtils.java
@@ -14,6 +14,11 @@
     */
    public static String amountDotFormat(String symbol, BigDecimal price) {
        String priceFormat = "";
        if (price == null) {
            return "";
        }
        switch (symbol) {
            case "BTC/USDT":
            case "ETH/USDT":