|
@@ -185,9 +185,9 @@ public class RunBuild {
|
|
if (FileUtil.exist(path)) {
|
|
if (FileUtil.exist(path)) {
|
|
RunBuild.log.info("BuildMview文件存在{}", fileId);
|
|
RunBuild.log.info("BuildMview文件存在{}", fileId);
|
|
if (type.equals("1")) {
|
|
if (type.equals("1")) {
|
|
- uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/models/" + fileId + ".mview");
|
|
|
|
- } else {
|
|
|
|
uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/temp/" + fileId + ".mview");
|
|
uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/temp/" + fileId + ".mview");
|
|
|
|
+ } else {
|
|
|
|
+ uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/models/" + fileId + ".mview");
|
|
}
|
|
}
|
|
flag = false;
|
|
flag = false;
|
|
} else {
|
|
} else {
|