|
@@ -389,7 +389,8 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- String dataSource = cameraName.replace("4DKKPRO_", "").replace("-fdage", "").toLowerCase() + File.separator +
|
|
|
+ //由于app对接圆周率相机,uuid有可能有大写有小写,所以这里把转小写去掉了,无语了
|
|
|
+ String dataSource = cameraName.replace("4DKKPRO_", "").replace("-fdage", "") + File.separator +
|
|
|
fileId + File.separator + unicode;
|
|
|
if (cameraType == 14) {
|
|
|
dataSource = ConstantFilePath.BUILD_MODEL_LASER_PATH +dataSource;
|