Merge remote-tracking branch 'origin/main'

This commit is contained in:
dzl 2025-05-20 15:44:38 +08:00
commit 41a84c729b

View File

@ -159,7 +159,7 @@ public class EbikeSiteRegionServiceImpl extends ServiceImpl<EbikeSiteRegionMappe
.select(EBIKE_OPERATION_REGION.OPERATION_REGION_ID)
.where(EBIKE_OPERATION_REGION.OPERATION_REGION_ID.in(operationRegionIds))
.where(EBIKE_OPERATION_REGION.IN_OPERATION.eq(EbikeRegionInOperation.IN));
return this.mapper.selectListWithRelationsByQueryAs(queryWrapper,Long.class);
return operationRegionMapper.selectListWithRelationsByQueryAs(queryWrapper,Long.class);
}
private void delImages(Long siteRegionId) throws Exception {