From d7391bda28ccc2a91a51a4723860981fc7ec2ce6 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 27 八月 2026 11:03:10 +0800
Subject: [PATCH] fix(config): 更新生产环境域名配置

---
 src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java b/src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java
index 841dd10..15358f3 100644
--- a/src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java
+++ b/src/main/java/com/ruoyi/production/mapper/ProductionPlanMapper.java
@@ -27,4 +27,6 @@
     List<ProductionPlanDto> selectWithMaterialByIds(@Param("ids") List<Long> ids);
 
     ProductionPlanDto selectProductionPlanDtoById(@Param("productionPlanId") Long productionPlanId);
+
+    List<ProductionPlanVo> getSource(@Param("ids") List<Long> planIds);
 }

--
Gitblit v1.9.3