|
@@ -174,9 +174,9 @@ public class RunBuild {
|
|
|
File file = FileUtil.file(path);
|
|
|
if (FileUtil.exist(file)) {
|
|
|
if (type.equals("1")) {
|
|
|
- uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/models/" + fileId + ".mview");
|
|
|
- } else {
|
|
|
uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/temp/" + fileId + ".mview");
|
|
|
+ } else {
|
|
|
+ uploadToOssUtil.uploadTo4dTjw(path, "domain/eHome/furniture/models/" + fileId + ".mview");
|
|
|
}
|
|
|
return true;
|
|
|
} else {
|