|
@@ -251,7 +251,7 @@ public class BuildSceneReceiver {
|
|
|
path + File.separator + "capture");
|
|
|
FileUtil.delFile(path + File.separator + "capture" + File.separator + imgsName);
|
|
|
} else if (Integer.parseInt(cameraType) == 14) {
|
|
|
- CreateObjUtil.ossUtilCp(ConstantFilePath.OSS_PREFIX + cameraName.replace("4DKKPRO_", "")
|
|
|
+ CreateObjUtil.ossUtilCpWithZfbBucket(ConstantFilePath.OSS_PREFIX + cameraName.replace("4DKKPRO_", "")
|
|
|
.replace("-fdage", "").toLowerCase() + File.separator + fileId + File.separator
|
|
|
+ unicode + File.separator,
|
|
|
ConstantFilePath.BUILD_MODEL_LASER_PATH + cameraName.replace("4DKKPRO_", "")
|
|
@@ -259,7 +259,7 @@ public class BuildSceneReceiver {
|
|
|
+ unicode + File.separator + "capture");
|
|
|
path = ConstantFilePath.BUILD_MODEL_LASER_PATH + cameraName.replace("4DKKPRO_", "").replace("-fdage", "").toLowerCase() + File.separator + fileId + File.separator + unicode;
|
|
|
} else if (Integer.parseInt(cameraType) >= 4) {
|
|
|
- CreateObjUtil.ossUtilCp(ConstantFilePath.OSS_PREFIX + cameraName.replace("4DKKPRO_", "")
|
|
|
+ CreateObjUtil.ossUtilCpWithZfbBucket(ConstantFilePath.OSS_PREFIX + cameraName.replace("4DKKPRO_", "")
|
|
|
.replace("-fdage", "").toLowerCase() + File.separator + fileId + File.separator
|
|
|
+ unicode + File.separator,
|
|
|
ConstantFilePath.BUILD_MODEL_PATH + cameraName.replace("4DKKPRO_", "")
|