|
@@ -50,7 +50,7 @@ public class CapitalTransactionsServiceImpl implements CapitalTransactionsServic
|
|
|
map3.computeIfAbsent(item.getCapitalAccountId(), k -> item.getId());
|
|
|
});
|
|
|
|
|
|
- map2.keySet().forEach(item -> {
|
|
|
+ map.keySet().forEach(item -> {
|
|
|
|
|
|
List<CapitalTransactions> list = capitalTransactionsDao.list(q -> q
|
|
|
.eq(CapitalTransactions::getCapitalAccountId, item)
|