|
@@ -180,7 +180,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
|
|
|
HashMap<String,String> copyMap = sceneCopyLogService.getByNewNumList(sceneNumList);
|
|
HashMap<String,String> copyMap = sceneCopyLogService.getByNewNumList(sceneNumList);
|
|
for (SceneVo record : page.getRecords()) {
|
|
for (SceneVo record : page.getRecords()) {
|
|
- if(param.getType() == null || param.getType() == 2 || param.getType() == 5){
|
|
|
|
|
|
+ if(param.getType() == null || param.getType() == 2 || param.getType() == 5 || param.getType() == 57){
|
|
JSONObject ssObj = ssSceneMap.get(record.getNum());
|
|
JSONObject ssObj = ssSceneMap.get(record.getNum());
|
|
if(ssObj!=null){
|
|
if(ssObj!=null){
|
|
record.setSceneName(ssObj.getString("title"));
|
|
record.setSceneName(ssObj.getString("title"));
|
|
@@ -189,7 +189,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
record.setIsObj(ssObj.getInteger("buildObjStatus"));
|
|
record.setIsObj(ssObj.getInteger("buildObjStatus"));
|
|
record.setViewCount(ssObj.getInteger("viewCount"));
|
|
record.setViewCount(ssObj.getInteger("viewCount"));
|
|
record.setStatus(toFdStatus(ssObj.getInteger("status")));
|
|
record.setStatus(toFdStatus(ssObj.getInteger("status")));
|
|
- }else if(param.getType() != null && (param.getType() == 2 || param.getType() == 5)){
|
|
|
|
|
|
+ }else if(param.getType() != null && (param.getType() == 2 || param.getType() == 5 || param.getType() == 57)){
|
|
record.setWebSite(null);
|
|
record.setWebSite(null);
|
|
record.setStatus(-1);
|
|
record.setStatus(-1);
|
|
}
|
|
}
|