src/main/java/com/xcong/excoin/modules/documentary/service/impl/FollowOrderOperationServiceImpl.java | ●●●●● 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());