@@ -26,4 +26,5 @@ public class BaseRobotServiceImpl extends ServiceImpl<BaseRobotMapper, BaseRobot
.eq(BaseRobot::getId, fieldId);
return baseRobotMapper.selectList(baseRobotQueryWrapper);
}
+