|
|
@@ -154,6 +154,7 @@ public class BuildSceneReceiver {
|
|
|
}
|
|
|
|
|
|
private void delNas(String sceneNum) {
|
|
|
+ log.info("开始删除nas计算资源:{}",sceneNum);
|
|
|
try {
|
|
|
ScenePro scenePro = this.sceneProService.findBySceneNum(sceneNum);
|
|
|
if (scenePro != null && StringUtils.isNotBlank(scenePro.getDataSource())) {
|
|
|
@@ -535,7 +536,7 @@ public class BuildSceneReceiver {
|
|
|
this.sceneProService.updateStatus(buildLog.getSceneNum(), -1);
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
- DingDingUtils.sendMsgToDingRobot(reason, buildLog);
|
|
|
+ //DingDingUtils.sendMsgToDingRobot(reason, buildLog);
|
|
|
} catch (Exception var3) {
|
|
|
log.info("发送钉钉计算失败消息失败:", var3);
|
|
|
}
|