|
@@ -2380,12 +2380,14 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
throw new BusinessException(ErrorCode.CAMERA_BIND_NO_EXIST.code(), "相机未入库");
|
|
|
}
|
|
|
camType = cameraDetail.getType();
|
|
|
- if(camType == 10 || camType == 11){//深时或者深光
|
|
|
- cameraType = 14L;
|
|
|
+ if(camType == 10 || camType == 11){
|
|
|
+ cameraType = 14L;//深时或者深光
|
|
|
}else if(camType == 9){
|
|
|
- cameraType = 13L;
|
|
|
- }else{
|
|
|
- cameraType = 10L;
|
|
|
+ cameraType = 13L;//看见
|
|
|
+ }else if(camType == 5){
|
|
|
+ cameraType = 6L;//圆周率
|
|
|
+ }else {
|
|
|
+ cameraType = 10L;//看看
|
|
|
}
|
|
|
|
|
|
String fileId = this.getFileId(snCode, uuid);
|