清除交管不锁车
This commit is contained in:
parent
e73d9a2002
commit
235f751e13
@ -1131,7 +1131,7 @@ public class RobotInformationServiceImpl extends ServiceImpl<RobotInformationMap
|
|||||||
.eq(RobotInformationDO::getRobotNo, robotNo)
|
.eq(RobotInformationDO::getRobotNo, robotNo)
|
||||||
.last("limit 1"));
|
.last("limit 1"));
|
||||||
robotInformationDO.setRobotStatus(RobotStatusEnum.STAND_BY.getType());
|
robotInformationDO.setRobotStatus(RobotStatusEnum.STAND_BY.getType());
|
||||||
robotInformationDO.setRobotTaskModel(RobotTaskModelEnum.REJECTION.getType());
|
// robotInformationDO.setRobotTaskModel(RobotTaskModelEnum.REJECTION.getType());
|
||||||
informationMapper.updateById(robotInformationDO);
|
informationMapper.updateById(robotInformationDO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user