From 93917c6a88be1cebd9520ca35e27989c0b08335e Mon Sep 17 00:00:00 2001 From: yewj Date: Wed, 19 Feb 2025 11:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=8D=E4=B8=B4=E6=97=B6=E5=88=A0?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/glxp/api/controller/inout/IoCodeTempController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/glxp/api/controller/inout/IoCodeTempController.java b/src/main/java/com/glxp/api/controller/inout/IoCodeTempController.java index e270536de..cb04cce8a 100644 --- a/src/main/java/com/glxp/api/controller/inout/IoCodeTempController.java +++ b/src/main/java/com/glxp/api/controller/inout/IoCodeTempController.java @@ -3107,7 +3107,7 @@ public class IoCodeTempController extends BaseController { @AuthRuleAnnotation("") @PostMapping("warehouse/inout/deleteCodeByIds") - @Log(title = "单据管理", businessType = BusinessType.DELETE) + @Log(title = "工位表删除", businessType = BusinessType.DELETE) public BaseResponse deleteCodesTempById(@RequestBody FilterCodeRequest filterCodeRequest) { if (CollUtil.isNotEmpty(filterCodeRequest.getCodeIds())) { for (Integer codeId : filterCodeRequest.getCodeIds()) {