From e990e67920907f103ab7ec3a5a2f86d33f8e6bd2 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期四, 22 五月 2025 10:28:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java
index 0c84df2..06784e5 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamEquipmentLeanOutController.java
@@ -18,6 +18,7 @@
 import org.jeecg.modules.eam.constant.EquipmentLeanOutStatusEnum;
 import org.jeecg.modules.eam.entity.EamEquipmentLeanOut;
 import org.jeecg.modules.eam.request.EamEquipmentLeanOutQuery;
+import org.jeecg.modules.eam.request.EamEquipmentLeanOutRequest;
 import org.jeecg.modules.eam.service.IEamEquipmentLeanOutService;
 import org.jeecg.modules.system.service.ISysBusinessCodeRuleService;
 import org.springframework.beans.factory.annotation.Autowired;
@@ -201,7 +202,7 @@
     @AutoLog(value = "璁惧鍊熷嚭褰掕繕-瀹℃壒娴�")
     @ApiOperation(value = "璁惧鍊熷嚭褰掕繕-瀹℃壒娴�", notes = "璁惧鍊熷嚭褰掕繕-瀹℃壒娴�")
     @RequestMapping(value = "/approval", method = {RequestMethod.PUT, RequestMethod.POST})
-    public Result<?> approval(@RequestBody EamEquipmentLeanOut request) {
+    public Result<?> approval(@RequestBody EamEquipmentLeanOutRequest request) {
         if (request == null) {
             return Result.error("娣诲姞鐨勫璞′笉鑳戒负绌猴紒");
         }

--
Gitblit v1.9.3