From 3b75c8cf561035c41d25d5b8765a7c89375ca264 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期日, 12 五月 2024 08:00:32 +0800
Subject: [PATCH] 各bug修复;

---
 framework/src/main/java/com/yuanchu/mom/controller/InformationNotificationController.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/framework/src/main/java/com/yuanchu/mom/controller/InformationNotificationController.java b/framework/src/main/java/com/yuanchu/mom/controller/InformationNotificationController.java
index ed5f19b..296bbb2 100644
--- a/framework/src/main/java/com/yuanchu/mom/controller/InformationNotificationController.java
+++ b/framework/src/main/java/com/yuanchu/mom/controller/InformationNotificationController.java
@@ -32,14 +32,14 @@
     @Autowired
     private InformationNotificationService informationNotificationService;
 
-    @ApiOperation(value = "婊氬姩鍒嗛〉鏌ヨ")
+    @ApiOperation(value = "娑堟伅閫氱煡-婊氬姩鍒嗛〉鏌ヨ")
     @GetMapping("page")
     @ValueAuth
     public Result<?> getPage(Long size, Long current, String messageType) {
         return Result.success(informationNotificationService.getPage(new Page<>(current, size), messageType));
     }
 
-    @ApiOperation(value = "鏇存柊娑堟伅鐘舵�侊紙鎷掔粷銆佹帴鏀讹級")
+    @ApiOperation(value = "娑堟伅閫氱煡-鏇存柊娑堟伅鐘舵�侊紙鎷掔粷銆佹帴鏀讹級")
     @PutMapping("updateMessageStatus")
     @ValueAuth
     public Result<?> updateMessageStatus(@RequestBody InformationNotification informationNotification) {
@@ -47,7 +47,7 @@
         return Result.success();
     }
 
-    @ApiOperation(value = "鏍囪鎵�鏈変俊鎭负宸茶/鍒犻櫎鎵�鏈夊凡璇绘秷鎭�")
+    @ApiOperation(value = "娑堟伅閫氱煡-鏍囪鎵�鏈変俊鎭负宸茶/鍒犻櫎鎵�鏈夊凡璇绘秷鎭�")
     @PutMapping("informationReadOrDelete/{isMarkAllInformationRead}")
     @ValueAuth
     public Result<?> markAllInformationReadOrDeleteAllReadMessages(@PathVariable("isMarkAllInformationRead") Boolean isMarkAllInformationRead) {
@@ -55,7 +55,7 @@
         return Result.success();
     }
 
-    @ApiOperation(value = "鏍规嵁Id鍒犻櫎鏁版嵁")
+    @ApiOperation(value = "娑堟伅閫氱煡-鍒犻櫎鏁版嵁")
     @DeleteMapping("deleteDataBasedOnId")
     @ValueAuth
     public Result<?> deleteDataBasedOnId(Integer id) {
@@ -63,14 +63,14 @@
         return Result.success();
     }
 
-    @ApiOperation(value = "鏌ヨ鏄惁瀛樺湪鏈鏁版嵁")
+    @ApiOperation(value = "娑堟伅閫氱煡-鏌ヨ鏄惁瀛樺湪鏈鏁版嵁")
     @GetMapping("checkForUnreadData")
     @ValueAuth
     public Result<?> checkForUnreadData() {
         return Result.success(informationNotificationService.checkForUnreadData());
     }
 
-    @ApiOperation(value = "鐐瑰嚮璇︽儏瑙﹀彂淇敼鐘舵�佷负宸茶")
+    @ApiOperation(value = "娑堟伅閫氱煡-鐐瑰嚮璇︽儏瑙﹀彂淇敼鐘舵�佷负宸茶")
     @PutMapping("triggerModificationStatusToRead/{id}")
     @ValueAuth
     public Result<?> triggerModificationStatusToRead(@PathVariable("id") Integer id) {

--
Gitblit v1.9.3