From 444b1808d73d21f9df361e64f44381b910947792 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期五, 27 九月 2024 11:05:08 +0800 Subject: [PATCH] 去掉tdedgine,去掉一部分rocketmq,去掉dmplog模块 --- smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/WorkstationConstant.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/WorkstationConstant.java b/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/WorkstationConstant.java index c123b2e..34bfcad 100644 --- a/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/WorkstationConstant.java +++ b/smart-man-boot/src/main/java/com/qianwen/smartman/common/constant/WorkstationConstant.java @@ -1,7 +1,8 @@ package com.qianwen.smartman.common.constant; public interface WorkstationConstant { - public static final String WORKSTATION_CREATE_TOPIC = "workstation-create-data"; + //public static final String WORKSTATION_CREATE_TOPIC = "workstation-create-data"; + public static final String WORKSTATION_CREATE_TOPIC = "mdc/workstation-create"; public static final int COLLECT_SWITCH_ON = 1; public static final int LINK_WAY_CREAT = 1; public static final int LINK_WAY_QUOTE = 0; -- Gitblit v1.9.3