From 96be94fc3c33c49e15b538bebbea455e839a7a7b Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期二, 10 六月 2025 16:32:12 +0800 Subject: [PATCH] 数字孪生看板接口 维修service提取到公共模块 --- lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java | 17 +++++++++++++++++ 1 files changed, 17 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 60f15e2..fe64c7a 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 @@ -28,6 +28,11 @@ List<String> recursionChildren(@Param("productionId") String productionId); /** + * 涓�缁刬d閫掑綊鎵�鏈夊瓙鑺傜偣 + */ + List<String> recursionChildrenByList(@Param("productionIds") List<String> productionIds); + + /** * 鏍规嵁鐢ㄦ埛id鍜岃溅闂磇d鑾峰彇鐢ㄦ埛鎷ユ湁鐨勮溅闂磇d * @param userId * @param productionId @@ -48,4 +53,16 @@ * @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); + + List<String> findChildByProId(@Param("productionId") String productionId); + + String findProName(@Param("equipmentId") String equipmentId); } -- Gitblit v1.9.3