From 710cf6ce330c0e06f644801eab8c5d0dc9b92bc1 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 25 Jul 2024 16:54:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E9=80=9A=E8=BF=87change?= =?UTF-8?q?log=E5=88=B7=E6=96=B0channel=E8=A1=A8=E5=92=8Cchannel=5Fauthori?= =?UTF-8?q?ty=E8=A1=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1208686570078208]通过changelog刷新channel表和channel_authority表数据 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1208686570078208 --- .../process/changelog/2024-07-26/neatlogic_tenant.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql b/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql index fa5804da9..0c1c06a2d 100644 --- a/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql +++ b/src/main/resources/neatlogic/resources/process/changelog/2024-07-26/neatlogic_tenant.sql @@ -8,5 +8,4 @@ SELECT a.`uuid`, 'common', 'alluser', 'view' FROM catalog a LEFT JOIN `catalog_authority` b ON b.`catalog_uuid` = a.`uuid` WHERE b.`catalog_uuid` IS NULL; -UPDATE `channel` SET `is_active_priority` = 0, `is_display_priority` = 0 -WHERE `uuid` NOT IN (SELECT DISTINCT `channel_uuid` FROM `channel_priority`); \ No newline at end of file +UPDATE `channel` SET `is_active_priority` = 0, `is_display_priority` = 0 WHERE `uuid` NOT IN (SELECT DISTINCT `channel_uuid` FROM `channel_priority`); \ No newline at end of file -- Gitee