|
@@ -150,7 +150,6 @@ public class RunBuild {
|
|
|
componentServiceById.setMviewStatus(2);
|
|
|
customComponentService.updateById(componentServiceById);
|
|
|
//抛出异常MQ重试
|
|
|
- throw new RuntimeException("BuildMview转换失败" + fileId + ",-{}:");
|
|
|
} else {
|
|
|
componentServiceById.setMviewStatus(-1);
|
|
|
customComponentService.updateById(componentServiceById);
|