From 9e5da8899bc21bb5b6b0a3c267108caa00199291 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 19 五月 2024 15:46:08 +0800
Subject: [PATCH] websocket代码整理

---
 smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/controller/NotifySystemController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/controller/NotifySystemController.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/controller/NotifySystemController.java
index 9d34008..f785daa 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/controller/NotifySystemController.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/notify/controller/NotifySystemController.java
@@ -45,7 +45,7 @@
 @Api(value = "閫氱煡鍏憡琛ㄧ鐞�", tags = {"閫氱煡鍏憡琛ㄧ鐞�"})
 @RequestMapping({"blade-notify/notify-system"})
 @RestController
-/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/notify/controller/NotifySystemController.class */
+
 public class NotifySystemController extends BladeController {
     private INotifySystemService notifySystemService;
     private RedisMessageDistributor messageDistributor;

--
Gitblit v1.9.3