Commit 8df5c64f authored by wujiang's avatar wujiang

修改车辆里程

parent cabdb9d8
...@@ -180,6 +180,9 @@ public class CarServiceImpl extends ServiceImpl<CarMapper, Car> implements ICarS ...@@ -180,6 +180,9 @@ public class CarServiceImpl extends ServiceImpl<CarMapper, Car> implements ICarS
private final String CAR_START_INDEX_KEY = "FireCar_Start"; private final String CAR_START_INDEX_KEY = "FireCar_Start";
@Value("${car.max.speed:100}")
private Integer CAR_MAX_SPEED;
/** /**
* 当前登录用户信息 * 当前登录用户信息
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment