From 48a392d9b171de4f81933100609428b06da1b0e0 Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Sat, 1 Oct 2022 14:34:18 +0800 Subject: [PATCH] =?UTF-8?q?8012=E5=90=B8=E9=99=84=E5=86=85=E8=83=86?= =?UTF-8?q?=E9=A2=84=E8=A3=85=E6=95=B0=E6=8D=AE=E7=9B=91=E6=8E=A7=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ruoyi/system/mapper/ImosPrPlanMapper.java | 2 +- .../com/ruoyi/system/service/impl/ImosPrPlanServiceImpl.java | 2 +- .../src/main/resources/mapper/system/ImosPrPlanMapper.xml | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/ImosPrPlanMapper.java b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/ImosPrPlanMapper.java index 34b1a8a..7ae01af 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/ImosPrPlanMapper.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/ImosPrPlanMapper.java @@ -160,7 +160,7 @@ public interface ImosPrPlanMapper List getAluminumPlanHourInfo(int in_id); - List getPreinstalledPlanHourInfo(); + List getPreinstalledPlanHourInfo(int in_id); /** * 获取发泡库存 diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ImosPrPlanServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ImosPrPlanServiceImpl.java index 9cb345a..a0d2212 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ImosPrPlanServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ImosPrPlanServiceImpl.java @@ -669,7 +669,7 @@ public class ImosPrPlanServiceImpl implements IImosPrPlanService @Override public String getPreinstalledPlanHourInfo() { - List orderInfo = imosPrPlanMapper.getPreinstalledPlanHourInfo(); + List orderInfo = imosPrPlanMapper.getPreinstalledPlanHourInfo(1); List orderTypeList = new ArrayList<>(); List planQtyList = new ArrayList<>(); diff --git a/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml index 2b94aa4..5af11d5 100644 --- a/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml @@ -416,7 +416,7 @@ SELECT * FROM TABLE( SCADA_ABSORB_PLAN_QUERY_NEW(#{in_id}) )