@@ -595,6 +595,7 @@ public class CameraServiceImpl extends ServiceImpl<ICameraMapper, Camera> implem
if(cameraType == null){
throw new BusinessException(ResultCode.CAMERA_TYPE_ERROR);
}
+ wifiNamePrefix = cameraType.getWifiNamePrefix();
LambdaUpdateWrapper<Camera> cameraLambdaUpdateWrapper = new LambdaUpdateWrapper<>();