From a499e5a737991461554805af6b72fba65a680776 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期五, 07 四月 2023 11:53:41 +0800
Subject: [PATCH] 更改环境
---
ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java b/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java
index 37feae5..815d910 100644
--- a/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java
+++ b/ycl-platform/src/main/java/com/ycl/controller/NewsPoliceController.java
@@ -73,7 +73,7 @@
*/
@Transactional(rollbackFor = SQLException.class)
@PostMapping
- @ApiOperation(value = "鏂板鏁版嵁")
+ @ApiOperation(value = "鏂板璀﹀憳骞舵敞鍐�")
public R insert(@RequestBody NewsPolice newsPolice) {
this.newsPoliceService.save(newsPolice);
return success(newsAdminService.autoCreateAdmin(newsPolice));
--
Gitblit v1.8.0