From 4cd4e691d4f959d71bf118f7006de0fc0e2b95e4 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期五, 30 五月 2025 13:24:12 +0800
Subject: [PATCH] 工具管理-引入mapstruct优化出库单申请新增接口中,属性复制过慢问题

---
 lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java b/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java
index 42b9355..f53d482 100644
--- a/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java
+++ b/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java
@@ -53,4 +53,12 @@
      * @return
      */
     List<MdcProduction> findAllProductionId(@Param("userId") String userId);
+
+    List<String> findChildren(@Param("mdcProductionIds") List<String> mdcProductionIds);
+
+    List<MdcProduction> loadProductionOptions(@Param("userId") String userId, @Param("productionId") String productionId);
+
+    List<String> findTeamValue(@Param("userId") String userId, @Param("productionList") List<String> productionList);
+
+    List<String> findProIdsByUId(@Param("userId") String userId, @Param("allProductionIds") List<String> allProductionIds);
 }

--
Gitblit v1.9.3