Browse Source

深时复制放开

lyhzzz 2 years ago
parent
commit
f3902210f7

+ 3 - 3
src/main/java/com/fdkankan/manage/service/impl/SceneProServiceImpl.java

@@ -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);