车辆详情新增车辆位置
This commit is contained in:
parent
f74ed9f266
commit
8dd79d47bf
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user