From b67272788d5e5b2027e53371c0b2939a410996f8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期日, 18 二月 2024 16:29:34 +0800
Subject: [PATCH] #
---
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/controller/DeptController.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/controller/DeptController.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/controller/DeptController.java
index 75a7ffb..5be3efb 100644
--- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/controller/DeptController.java
+++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/system/controller/DeptController.java
@@ -49,7 +49,7 @@
}
@PreAuthorize("hasAuthority('system:dept:save')")
- @OperationLog("娣诲姞Dept")
+ @OperationLog("娣诲姞閮ㄩ棬")
@PostMapping("/dept/save")
public R save(@RequestBody Dept dept) {
if (!deptService.save(dept)) {
@@ -59,7 +59,7 @@
}
@PreAuthorize("hasAuthority('system:dept:update')")
- @OperationLog("淇敼Dept")
+ @OperationLog("淇敼閮ㄩ棬")
@PostMapping("/dept/update")
public R update(@RequestBody Dept dept) {
if (!deptService.updateById(dept)) {
@@ -69,7 +69,7 @@
}
@PreAuthorize("hasAuthority('system:dept:remove')")
- @OperationLog("鍒犻櫎Dept")
+ @OperationLog("鍒犻櫎閮ㄩ棬")
@PostMapping("/dept/remove/{ids}")
public R remove(@PathVariable Long[] ids) {
if (!deptService.removeByIds(Arrays.asList(ids))) {
--
Gitblit v1.9.1