清除交管不锁车

This commit is contained in:
cbs 2025-06-18 20:01:45 +08:00
parent e73d9a2002
commit 235f751e13

View File

@ -1131,7 +1131,7 @@ public class RobotInformationServiceImpl extends ServiceImpl<RobotInformationMap
.eq(RobotInformationDO::getRobotNo, robotNo)
.last("limit 1"));
robotInformationDO.setRobotStatus(RobotStatusEnum.STAND_BY.getType());
robotInformationDO.setRobotTaskModel(RobotTaskModelEnum.REJECTION.getType());
// robotInformationDO.setRobotTaskModel(RobotTaskModelEnum.REJECTION.getType());
informationMapper.updateById(robotInformationDO);
}