|
@@ -142,7 +142,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
if(incrementType.getCameraCapacity() == -1){
|
|
|
totalSpace = -1L;
|
|
|
}else {
|
|
|
- totalSpace = incrementType.getCameraCapacity() * 1024 * 1024L;
|
|
|
+ totalSpace = incrementType.getCameraCapacity() * 1024* 1024 * 1024L;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -348,7 +348,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
if(incrementType.getCameraCapacity() == -1){
|
|
|
totalSpace = -1L;
|
|
|
}else {
|
|
|
- totalSpace = incrementType.getCameraCapacity() * 1024 * 1024L;
|
|
|
+ totalSpace = incrementType.getCameraCapacity() * 1024 *1024 * 1024L;
|
|
|
}
|
|
|
}
|
|
|
}
|