From 7e254edced5f0361882471ebffbad572c181235d Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期一, 12 五月 2025 18:09:32 +0800 Subject: [PATCH] art: 系统管理-分类字典功能改造,导入功能修改 --- lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java | 2 ++ 1 files changed, 2 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 95c60bc..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 @@ -59,4 +59,6 @@ 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