车辆详情新增车辆位置

This commit is contained in:
yanglei 2026-01-30 12:17:40 +08:00
parent f74ed9f266
commit 8dd79d47bf

View File

@ -469,6 +469,7 @@ public class EbikeBikeInfoServiceImpl extends ServiceImpl<EbikeBikeInfoMapper, E
.helmetManagementFee(configurations.getHelmetManagementFee()) .helmetManagementFee(configurations.getHelmetManagementFee())
.soc(soc) .soc(soc)
.regionPolygon(region.getRegionPolygon()) .regionPolygon(region.getRegionPolygon())
.location(info.getLocation())
.build(); .build();
if (specialBillingConfiguration.getType() == SpecialBillingConfigurationType.DAY) { if (specialBillingConfiguration.getType() == SpecialBillingConfigurationType.DAY) {
query.clear(); query.clear();