Helius
2021-04-02 fe0371840d353ce8b39e3811a9d87108cfd84253
modify
1 files modified
1 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java
@@ -212,6 +212,7 @@
                boolean flag = false;
                while(true) {
                    log.info("----循环更新----");
                    MemberWalletContractEntity updateEntity = new MemberWalletContractEntity();
                    updateEntity.setAvailableBalance(prePaymentAmount.negate());
                    updateEntity.setTotalBalance(openFeePrice.negate());