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