From b71d147f33d023d034f77b872eeec0bfcee26b8d Mon Sep 17 00:00:00 2001 From: philip <244793088@qq.com> Date: Fri, 20 Aug 2021 17:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=96=99=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mesnac/production/mapper/LoadInventoryMapper.java | 2 ++ .../service/impl/LoadInventoryServiceImpl.java | 5 +++++ .../src/main/resources/mapper/LoadInventoryMapper.xml | 9 +++++++++ 3 files changed, 16 insertions(+) diff --git a/production/src/main/java/com/foreverwin/mesnac/production/mapper/LoadInventoryMapper.java b/production/src/main/java/com/foreverwin/mesnac/production/mapper/LoadInventoryMapper.java index f53dd150..cbe4eb6e 100644 --- a/production/src/main/java/com/foreverwin/mesnac/production/mapper/LoadInventoryMapper.java +++ b/production/src/main/java/com/foreverwin/mesnac/production/mapper/LoadInventoryMapper.java @@ -20,4 +20,6 @@ import java.util.List; public interface LoadInventoryMapper extends BaseMapper { List getLoadInventoryList(@Param("site") String site, @Param("resrce") String resrce, @Param("language") String language); + + Integer findBomComponent(@Param("site")String site, @Param("resrce")String resrce, @Param("itemBo")String itemBo); } \ No newline at end of file diff --git a/production/src/main/java/com/foreverwin/mesnac/production/service/impl/LoadInventoryServiceImpl.java b/production/src/main/java/com/foreverwin/mesnac/production/service/impl/LoadInventoryServiceImpl.java index c2b22908..81c2aad5 100644 --- a/production/src/main/java/com/foreverwin/mesnac/production/service/impl/LoadInventoryServiceImpl.java +++ b/production/src/main/java/com/foreverwin/mesnac/production/service/impl/LoadInventoryServiceImpl.java @@ -119,6 +119,11 @@ public class LoadInventoryServiceImpl extends ServiceImpl + +