|
@@ -261,6 +261,9 @@ public class CameraDetailServiceImpl extends ServiceImpl<ICameraDetailMapper, Ca
|
|
|
|
|
|
@Override
|
|
|
public Boolean checkSpace(CameraDetail detailEntity, Long space) {
|
|
|
+ if(detailEntity.getType() == 10 || detailEntity.getType() == 11){
|
|
|
+ return true;
|
|
|
+ }
|
|
|
UserIncrement userIncrement = userIncrementService.getByCameraId(detailEntity.getCameraId());
|
|
|
if(userIncrement == null || userIncrement.getIsExpired() == 1){
|
|
|
return checkSpace(detailEntity,null,space);
|