|
|
@ -251,7 +251,7 @@ public class AfterSalesShippingDeviceServiceImpl implements IAfterSalesShippingD |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<AfterSalesShippingDevice> selectShippingDeviceListBySnCode(String[] snCode,String materialNo) { |
|
|
|
return afterSalesShippingDeviceMapper.selectShippingDeviceListBySnCodeAndMaterialNo(snCode,materialNo); |
|
|
|
public List<AfterSalesShippingDevice> selectShippingDeviceListBySnCode(String[] snCode) { |
|
|
|
return afterSalesShippingDeviceMapper.selectShippingDeviceListBySnCodeAndMaterialNo(snCode); |
|
|
|
} |
|
|
|
} |
|
|
|