|
@@ -714,7 +714,7 @@ public class ManagerController extends BaseController {
|
|
|
uploadToOssUtil.copyTo4dTjw(renovationPartsDetailEntity.getBirdPath().replace(prefix, ""),
|
|
|
renovationPartsDetailEntity.getBirdPath().replace("/temp/", "/models/").replace(prefix, ""));
|
|
|
uploadToOssUtil.deleteTo4dTjw(renovationPartsDetailEntity.getBirdPath().replace(prefix, ""));
|
|
|
- renovationPartsDetailEntity.setPath(renovationPartsDetailEntity.getBirdPath().replace("/temp/", "/models/"));
|
|
|
+ renovationPartsDetailEntity.setBirdPath(renovationPartsDetailEntity.getBirdPath().replace("/temp/", "/models/"));
|
|
|
}
|
|
|
|
|
|
if (ObjectUtil.isNotNull(renovationPartsDetailEntity.getMviewPath()) && renovationPartsDetailEntity.getMviewPath().contains("temp")) {
|