From 67423b2d2a7216a1a9737114c0aebdf89cad8860 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 24 Jul 2024 09:24:05 +0800 Subject: [PATCH] =?UTF-8?q?24-05-16=20=E6=A0=87=E7=AD=BE=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dao/OutboundLabelScanMapper.java | 3 +++ .../impl/OutboundLabelScanServiceImpl.java | 11 ++++---- .../production/OutboundLabelScanMapper.xml | 26 +++++++++++++++++++ 3 files changed, 35 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/heai/modules/production/dao/OutboundLabelScanMapper.java b/src/main/java/com/heai/modules/production/dao/OutboundLabelScanMapper.java index 6194483..bd7c87a 100644 --- a/src/main/java/com/heai/modules/production/dao/OutboundLabelScanMapper.java +++ b/src/main/java/com/heai/modules/production/dao/OutboundLabelScanMapper.java @@ -14,4 +14,7 @@ public interface OutboundLabelScanMapper extends BaseMapper { List searchOutboundLabelScanList(OutboundLabelScanData outboundLabelScanData); String getUserName(String createBy); + + List queryOutboundLabelScanList(OutboundLabelScan outboundLabelScan); + } diff --git a/src/main/java/com/heai/modules/production/service/impl/OutboundLabelScanServiceImpl.java b/src/main/java/com/heai/modules/production/service/impl/OutboundLabelScanServiceImpl.java index a53d0f1..97fe0fe 100644 --- a/src/main/java/com/heai/modules/production/service/impl/OutboundLabelScanServiceImpl.java +++ b/src/main/java/com/heai/modules/production/service/impl/OutboundLabelScanServiceImpl.java @@ -51,11 +51,12 @@ public class OutboundLabelScanServiceImpl extends ServiceImpl select dbo.Get_UserName(#{userId}) + + \ No newline at end of file