From 3a8bb315b23ff53a0a96aa542ea4915835946240 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Wed, 11 Dec 2024 18:37:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8F=91=E5=B8=83=E5=BA=94=E7=94=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E5=BA=94=E7=94=A8=E7=B3=BB=E7=BB=9F=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=8E=AF=E5=A2=83=E6=A0=91=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1305869113851904]优化查询发布应用配置的应用系统模块环境树接口 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1305869113851904 --- .../deploy/job/source/type/DeployJobSourceTypeHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/neatlogic/module/deploy/job/source/type/DeployJobSourceTypeHandler.java b/src/main/java/neatlogic/module/deploy/job/source/type/DeployJobSourceTypeHandler.java index 4915e31e..cb896669 100644 --- a/src/main/java/neatlogic/module/deploy/job/source/type/DeployJobSourceTypeHandler.java +++ b/src/main/java/neatlogic/module/deploy/job/source/type/DeployJobSourceTypeHandler.java @@ -461,7 +461,7 @@ public class DeployJobSourceTypeHandler extends AutoexecJobSourceTypeHandlerBase .withIsDeleteDisabledPhase(true) // 删除禁用阶段 .withIsUpdateProfile(false) .withIsHasBuildOrDeployTypeTool(false) - .withIsUpdateConfig(true) + .withIsUpdateConfig(false) .getConfig(); if (deployPipelineConfigVo == null) { throw new DeployPipelineConfigNotFoundException(); -- Gitee