|
@@ -141,6 +141,7 @@ public class RunBuild {
|
|
|
partsDetailServiceById.setMviewStatus(-1);
|
|
|
renovationPartsDetailService.updateById(partsDetailServiceById);
|
|
|
}
|
|
|
+ break;
|
|
|
case "2":
|
|
|
//定制模型
|
|
|
CustomComponentEntity componentServiceById = customComponentService.findById(id);
|
|
@@ -156,6 +157,7 @@ public class RunBuild {
|
|
|
//抛出异常MQ重试
|
|
|
throw new RuntimeException("BuildMview转换失败" + fileId + ",-{}:");
|
|
|
}
|
|
|
+ break;
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
RunBuild.log.info("BuildMview转换失败,{}", e.getMessage());
|