From 3dc58ed3335842739b36fb246cbd6e8b4860e002 Mon Sep 17 00:00:00 2001 From: yinq <1345442242@qq.com> Date: Tue, 22 Nov 2022 12:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E6=B3=A1=E5=92=8C=E5=8F=91=E6=B3=A1?= =?UTF-8?q?=E6=9C=BA=E5=B1=95=E7=A4=BA=E5=B9=B3=E5=8F=B0=E5=BD=93=E7=8F=AD?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E3=80=81=E5=AE=9E=E9=99=85=E4=BA=A7=E9=87=8F?= 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 | 3 ++- 3 files changed, 4 insertions(+), 3 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 6f81533..1f77abf 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 @@ -82,7 +82,7 @@ public interface ImosPrPlanMapper * @date 2021/12/28 13:34 * @return java.util.List */ - List getClassTeamProInfo(); + List getClassTeamProInfo(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 3ce4823..7ab437d 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 @@ -112,7 +112,7 @@ public class ImosPrPlanServiceImpl implements IImosPrPlanService @Override public List getClassTeamProInfo() { - return imosPrPlanMapper.getClassTeamProInfo(); + return imosPrPlanMapper.getClassTeamProInfo(in_id); } @Override diff --git a/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml b/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml index 6076aed..d68fd72 100644 --- a/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/ImosPrPlanMapper.xml @@ -321,8 +321,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"