|
@@ -194,7 +194,7 @@ public class StatementServiceImpl implements StatementService {
|
|
|
List<Long> managementIdList = managementList.stream().map(BaseIdPo::getId).collect(Collectors.toList());
|
|
|
|
|
|
return accountRunningWaterService.list(q -> q
|
|
|
- .ge(BasePo::getCreateTime, beginDate)
|
|
|
+ .ge(AccountRunningWater::getTransactionTime, beginDate)
|
|
|
.in(AccountRunningWater::getAccountManagementId, managementIdList)
|
|
|
);
|
|
|
|