1
zj
2025-04-01 610c76c7d87d0140a21bb10d644597f615d9d8c5
src/main/java/project/project/web/admin/AdminContractOrderController.java
@@ -298,7 +298,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();