From 823d625c8c3cfd44925880038d06bc011d68a328 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 16 二月 2023 09:19:48 +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