|
@@ -303,9 +303,9 @@ public class CameraServiceImpl extends ServiceImpl<ICameraMapper, Camera> implem
|
|
|
if(cameraDetail == null){
|
|
|
throw new BusinessException(AppConstant.FAILURE_CODE_4010, wifiName +"-"+ AppConstant.FAILURE_MSG_4010);
|
|
|
}
|
|
|
- if( cameraDetail.getUserId() != null){
|
|
|
- throw new BusinessException(CameraConstant.FAILURE_CODE_6010, wifiName +"-"+ CameraConstant.FAILURE_MSG_6010);
|
|
|
- }
|
|
|
+// if( cameraDetail.getUserId() != null){
|
|
|
+// throw new BusinessException(CameraConstant.FAILURE_CODE_6010, wifiName +"-"+ CameraConstant.FAILURE_MSG_6010);
|
|
|
+// }
|
|
|
cameraIds.add(camera.getId());
|
|
|
}
|
|
|
|