车辆详情新增车辆位置
This commit is contained in:
parent
f74ed9f266
commit
8dd79d47bf
@ -469,6 +469,7 @@ public class EbikeBikeInfoServiceImpl extends ServiceImpl<EbikeBikeInfoMapper, E
|
||||
.helmetManagementFee(configurations.getHelmetManagementFee())
|
||||
.soc(soc)
|
||||
.regionPolygon(region.getRegionPolygon())
|
||||
.location(info.getLocation())
|
||||
.build();
|
||||
if (specialBillingConfiguration.getType() == SpecialBillingConfigurationType.DAY) {
|
||||
query.clear();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user