|
@@ -78,7 +78,6 @@ public class CameraDetailServiceImpl extends ServiceImpl<ICameraDetailMapper, Ca
|
|
|
wrapper.set(CameraDetail::getUserId,null);
|
|
|
wrapper.set(CameraDetail::getCooperationUser,null);
|
|
|
//恢复10G基本容量
|
|
|
- wrapper.set(CameraDetail::getTotalSpace,Long.parseLong(Constant.EXPANSION_SPACE_VALUE_1G ) * 10L);
|
|
|
this.update(wrapper);
|
|
|
|
|
|
if(!"local".equals(CacheUtil.uploadType) && cameraDetail.getType() !=10){
|