From 4a42e8745fe27cf8edf500eaa5b2d65e080c09b0 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期二, 06 五月 2025 16:10:34 +0800
Subject: [PATCH] 住掉无用的仓库管理代码(防类名冲突)、start模块添加tms模块依赖

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

diff --git a/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcUserProductionService.java b/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcUserProductionService.java
index b53553d..a321830 100644
--- a/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcUserProductionService.java
+++ b/lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcUserProductionService.java
@@ -25,6 +25,12 @@
     List<String> queryProductionIdsByUserId(String userId);
 
     /**
+     * 鏍规嵁涓�缁勮溅闂磇d鏌ヨ鐢ㄦ埛浜х嚎淇℃伅
+     * @param productionIds
+     */
+    List<MdcUserProduction> queryByProductionIds(List<String> productionIds);
+
+    /**
      * 鍒犻櫎涓�缁勫璞�
      * @param mdcUserProductions
      * @return
@@ -59,6 +65,14 @@
      */
     List<SysUser> getUserPermsByDeviceId(String proId);
 
+    /**
+     * 閫氳繃杞﹂棿id涓庡矖浣峣d绛涢�夌敤鎴�
+     * @param post
+     * @param proId
+     * @return
+     */
+    List<SysUser> queryByPostAndProId(String post, String proId);
+
 
     MdcUserProduction getByUserIdAndGroupId(String userId, String proId);
 }

--
Gitblit v1.9.3