This commit is contained in:
attiya 2025-05-20 15:40:06 +08:00
parent 1257320ce6
commit e05eb0155d

View File

@ -159,7 +159,7 @@ public class EbikeSiteRegionServiceImpl extends ServiceImpl<EbikeSiteRegionMappe
.select(EBIKE_OPERATION_REGION.OPERATION_REGION_ID) .select(EBIKE_OPERATION_REGION.OPERATION_REGION_ID)
.where(EBIKE_OPERATION_REGION.OPERATION_REGION_ID.in(operationRegionIds)) .where(EBIKE_OPERATION_REGION.OPERATION_REGION_ID.in(operationRegionIds))
.where(EBIKE_OPERATION_REGION.IN_OPERATION.eq(EbikeRegionInOperation.IN)); .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 { private void delImages(Long siteRegionId) throws Exception {