|
@@ -417,6 +417,9 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
if(detailEntity == null){
|
|
if(detailEntity == null){
|
|
throw new BusinessException(CameraConstant.FAILURE_CODE_6029, CameraConstant.FAILURE_MSG_6029);
|
|
throw new BusinessException(CameraConstant.FAILURE_CODE_6029, CameraConstant.FAILURE_MSG_6029);
|
|
}
|
|
}
|
|
|
|
+ if(detailEntity.getType() == 10){
|
|
|
|
+ throw new BusinessException(ResultCode.SS_NO_COPY);
|
|
|
|
+ }
|
|
|
|
|
|
HashMap<String, Object> param = new HashMap<>();
|
|
HashMap<String, Object> param = new HashMap<>();
|
|
param.put("num",sceneNum);
|
|
param.put("num",sceneNum);
|