lyhzzz 1 год назад
Родитель
Сommit
4f52f6efa0

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

@@ -476,9 +476,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 || detailEntity.getType() == 11){
-            throw new BusinessException(ResultCode.SS_NO_COPY);
-        }
+//        if(detailEntity.getType() == 10 || detailEntity.getType() == 11){
+//            throw new BusinessException(ResultCode.SS_NO_COPY);
+//        }
 
         HashMap<String, Object> param = new HashMap<>();
         param.put("num",sceneNum);