Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
41a84c729b
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user