From c33eedaf999b84dd8377aba96d8aeeeba264b4f6 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期二, 09 九月 2025 15:07:35 +0800 Subject: [PATCH] mdc首页功能迁移 --- lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java b/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java index 51ddf0d..82c8366 100644 --- a/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java +++ b/lxzn-module-mdc-common/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java @@ -129,6 +129,11 @@ List<String> getEquipmentIdsProduction(String userId, String key); /** + * 鏌ヨ浜х嚎涓嬬殑鎵�鏈夎澶�(棣栭〉閮ㄦ牴鎹敤鎴疯繘琛屾暟鎹瓫閫�) + */ + List<String> getEquipmentIdsProduction(String key); + + /** * 鏍规嵁璁惧id鏌ヨ璁惧鍚嶇О * * @param equipmentId @@ -223,4 +228,29 @@ * @return */ List<MdcEquipment> findByProductionIds(List<String> mdcProductionIds); + + /** + * 鏍规嵁浜х嚎id闆嗗悎鍜岄厤閫佸皬缁勬煡璇㈣澶囧垪琛� + * @param allProductionIds + * @param teamCodelist + * @return + */ + List<MdcEquipment> findByProIdsAndTeamCode(List<String> allProductionIds, List<String> teamCodelist); + + /** + * 鏍规嵁浜х嚎id闆嗗悎鍜岃澶囩被鍨嬫煡璇㈣澶囧垪琛� + * @param allProductionIds + * @param typeList + * @return + */ + List<MdcEquipment> findByProIdsAndType(List<String> allProductionIds, List<String> typeList); + + List<String> getEquIdsByProIds(List<String> proIds); + + + /** + * 鏍规嵁鐢ㄦ埛鏌ヨ璁惧鍒楄〃淇℃伅 + * @return + */ + List<MdcEquipment> getEquipmentList(); } -- Gitblit v1.9.3