|
@@ -185,8 +185,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
record.setIsObj(ssObj.getInteger("buildObjStatus"));
|
|
|
record.setViewCount(ssObj.getInteger("viewCount"));
|
|
|
record.setStatus(toFdStatus(ssObj.getInteger("status")));
|
|
|
- }
|
|
|
- if(param.getType() != null && (param.getType() == 2 || param.getType() == 5)){
|
|
|
+ }else if(param.getType() != null && (param.getType() == 2 || param.getType() == 5)){
|
|
|
record.setWebSite(null);
|
|
|
record.setStatus(-1);
|
|
|
}
|