Helius
2020-08-28 65c24664cf5700396a25c46dfc497be9b1601d52
modify
1 files modified
1 ■■■■ changed files
src/main/java/com/xcong/excoin/utils/CalculateUtil.java 1 ●●●● patch | view | raw | blame | history
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) {