| | |
| | | import com.ruoyi.sales.mapper.ShippingProductDetailMapper; |
| | | import com.ruoyi.sales.pojo.ShippingInfo; |
| | | import com.ruoyi.sales.pojo.ShippingProductDetail; |
| | | import com.ruoyi.sales.vo.ShippingInfoForReturnVo; |
| | | import com.ruoyi.sales.service.ShippingInfoService; |
| | | import lombok.RequiredArgsConstructor; |
| | | import lombok.extern.slf4j.Slf4j; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<ShippingInfoForReturnVo> getShippingInfoForReturn(String customerName) { |
| | | return shippingInfoMapper.getShippingInfoForReturn(customerName); |
| | | } |
| | | |
| | | @Override |
| | | public boolean add(ShippingInfoDto req) { |
| | | // 校验outboundBatches唯一性 |
| | | if (req.getOutboundBatches() != null && !req.getOutboundBatches().isEmpty()) { |