src/main/java/project/project/web/admin/AdminContractOrderController.java
@@ -11,6 +11,7 @@ import javax.servlet.http.HttpServletRequest; import db.util.QpUtil; import org.apache.commons.lang3.ObjectUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -298,7 +299,8 @@ profit = Arith.add(profit, close_line.getDeposit()); } } Wallet wallet = this.walletService.saveWalletByPartyId(map.get("party_id").toString()); double totleMoney = wallet.getMoney(); profit = Arith.add(profit,totleMoney); if (map.get("direction") != null) { String direction = map.get("direction").toString();