From 286c99759925afc66b1ec6a1a2982d08e38bdf28 Mon Sep 17 00:00:00 2001 From: xueqingkun Date: Tue, 16 Jul 2024 11:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E5=A2=9E=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supervision/police/controller/ComDictionaryController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/supervision/police/controller/ComDictionaryController.java b/src/main/java/com/supervision/police/controller/ComDictionaryController.java index 31750a2..faf4a64 100644 --- a/src/main/java/com/supervision/police/controller/ComDictionaryController.java +++ b/src/main/java/com/supervision/police/controller/ComDictionaryController.java @@ -40,7 +40,7 @@ public class ComDictionaryController { return dictionaryService.findDictionaryListByType(dictionaryByTypeParam); } - @PostMapping("/add") + @PostMapping("/save") @ApiOperation(value = "新增字典", httpMethod = "POST") public R insertDictionary(@RequestBody @Validated ComDictionary dictionary) { return dictionaryService.insertDictionary(dictionary);