瀏覽代碼

深时深关可以复制

lyhzzz 1 年之前
父節點
當前提交
4f52f6efa0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/main/java/com/fdkankan/manage/service/impl/SceneProServiceImpl.java

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