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