|
|
@ -51,11 +51,12 @@ public class OutboundLabelScanServiceImpl extends ServiceImpl<OutboundLabelScanM |
|
|
if (Objects.isNull(outboundLabelScan)){ |
|
|
if (Objects.isNull(outboundLabelScan)){ |
|
|
throw new RuntimeException("请求参数错误"); |
|
|
throw new RuntimeException("请求参数错误"); |
|
|
} |
|
|
} |
|
|
return lambdaQuery() |
|
|
|
|
|
.eq(OutboundLabelScan::getSite,outboundLabelScan.getSite()) |
|
|
|
|
|
.eq(OutboundLabelScan::getDelNotifyNo,outboundLabelScan.getDelNotifyNo()) |
|
|
|
|
|
.eq(OutboundLabelScan::getDelNotifyItemNo,outboundLabelScan.getDelNotifyItemNo()) |
|
|
|
|
|
.list(); |
|
|
|
|
|
|
|
|
return baseMapper.queryOutboundLabelScanList(outboundLabelScan); |
|
|
|
|
|
// return lambdaQuery() |
|
|
|
|
|
// .eq(OutboundLabelScan::getSite,outboundLabelScan.getSite()) |
|
|
|
|
|
// .eq(OutboundLabelScan::getDelNotifyNo,outboundLabelScan.getDelNotifyNo()) |
|
|
|
|
|
// .eq(OutboundLabelScan::getDelNotifyItemNo,outboundLabelScan.getDelNotifyItemNo()) |
|
|
|
|
|
// .list(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
|