车辆上/下架
This commit is contained in:
parent
e3c3d7479a
commit
7be9eb3f44
@ -226,6 +226,7 @@ public class EbikeBikeInfoServiceImpl extends ServiceImpl<EbikeBikeInfoMapper, E
|
||||
}
|
||||
UpdateChain.of(EbikeBikeInfo.class)
|
||||
.set(EBIKE_BIKE_INFO.STATUS, BikeStatus.LAUNCH)
|
||||
.set(EBIKE_BIKE_INFO.REGION_ID, launchVo.getRegionId())
|
||||
.where(EBIKE_BIKE_INFO.BIKE_INFO_ID.in(launchVo.getBikeIds()))
|
||||
.update();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user