|
@@ -117,6 +117,7 @@ public class ScenePlusServiceImpl extends ServiceImpl<IScenePlusMapper, ScenePlu
|
|
|
public Long sumUsedSpaceByCameraId(Long cameraId, String spaceTypeStr) {
|
|
|
|
|
|
LambdaQueryWrapper<ScenePlus> wrapper = new LambdaQueryWrapper<ScenePlus>()
|
|
|
+ .eq(ScenePlus::getCameraId, cameraId)
|
|
|
.in(ScenePlus::getSceneStatus, SceneStatus.SUCCESS.code(), SceneStatus.NO_DISPLAY.code())
|
|
|
.eq(ScenePlus::getPayStatus, PayStatus.PAY.code());
|
|
|
|