|
@@ -289,8 +289,8 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
Long beyondSpace = 0L;
|
|
Long beyondSpace = 0L;
|
|
Long accumulateSpace = 0L;
|
|
Long accumulateSpace = 0L;
|
|
if(payStatus == 1){
|
|
if(payStatus == 1){
|
|
- if(subSapce !=null){
|
|
|
|
- beyondSpace = subSapce;
|
|
|
|
|
|
+ if(subSpace !=null){
|
|
|
|
+ beyondSpace = subSpace;
|
|
}else {
|
|
}else {
|
|
beyondSpace = totalSpace - cameraDetail.getUsedSpace();
|
|
beyondSpace = totalSpace - cameraDetail.getUsedSpace();
|
|
}
|
|
}
|