|
@@ -568,9 +568,6 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
totalSceneNum = this.getCountByLaserAndIsObj(param.getUserId());
|
|
|
}
|
|
|
}
|
|
|
- if(totalSceneNum == 0 && sceneVoPage.getTotal() !=0){
|
|
|
- totalSceneNum = sceneVoPage.getTotal();
|
|
|
- }
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("pageInfo",PageInfo.PageInfo(sceneVoPage));
|
|
|
jsonObject.put("sceneNum",totalSceneNum);
|