Helius
2020-08-28 65c24664cf5700396a25c46dfc497be9b1601d52
src/main/java/com/xcong/excoin/utils/CalculateUtil.java
@@ -112,6 +112,7 @@
                    subCnt = holdOrderEntity.getSymbolCntSale();
                    type = holdOrderEntity.getOpeningType();
                    openPrice = holdOrderEntity.getOpeningPrice();
                    log.info("{}, {}, {}, {}", maxCnt, subCnt, type, openPrice);
                }
                if (holdOrderEntity.getSymbolCntSale() >= maxCnt) {