| | |
| | | temp.put("amount",income.getMoney()); |
| | | temp.put("withType","订单号"); |
| | | // todo 新增收入明细时 需要存储当前账户余额 |
| | | temp.put("balance",0); |
| | | temp.put("balance",income.getDriverBalance()); |
| | | res.add(temp); |
| | | } |
| | | } |
| | |
| | | temp.put("amount",income.getMoney()); |
| | | temp.put("withType","订单号"); |
| | | // todo 新增收入明细时 需要存储当前账户余额 |
| | | temp.put("balance",0); |
| | | temp.put("balance",income.getDriverBalance()); |
| | | res.add(temp); |
| | | } |
| | | } |
| | |
| | | temp.put("amount",details.getMoney()); |
| | | temp.put("withType","交易流水号"); |
| | | // todo 新增收入明细时 需要存储当前账户余额 |
| | | temp.put("balance",0); |
| | | temp.put("balance",details.getDriverBalance()); |
| | | res.add(temp); |
| | | } |
| | | } |
| | |
| | | temp.put("amount",details.getMoney()); |
| | | temp.put("withType","交易流水号"); |
| | | // todo 新增收入明细时 需要存储当前账户余额 |
| | | temp.put("balance",0); |
| | | temp.put("balance",details.getDriverBalance()); |
| | | res.add(temp); |
| | | } |
| | | } |
| | |
| | | temp.put("amount",details.getMoney()); |
| | | temp.put("withType","无"); |
| | | // todo 新增收入明细时 需要存储当前账户余额 |
| | | temp.put("balance",0); |
| | | temp.put("balance",details.getDriverBalance()); |
| | | res.add(temp); |
| | | } |
| | | } |
| | |
| | | temp.put("amount",details.getMoney()); |
| | | temp.put("withType","无"); |
| | | // todo 新增收入明细时 需要存储当前账户余额 |
| | | temp.put("balance",0); |
| | | temp.put("balance",details.getDriverBalance()); |
| | | res.add(temp); |
| | | } |
| | | } |