修改
This commit is contained in:
parent
1257320ce6
commit
e05eb0155d
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user