|
|
|
@ -480,7 +480,7 @@ public class WarehouseRetentionRecordServiceImpl extends BaseServiceImpl<Warehou
|
|
|
|
|
boolean result = false; |
|
|
|
|
switch (warehouseRetentionScanEntity.getConditions()) { |
|
|
|
|
case 1: // 订制品
|
|
|
|
|
if (RetentionTypeConstant.yichangjuqian.getValue().equals(warehouseRetentionScanEntity.getRetentionType())) { |
|
|
|
|
if (!RetentionTypeConstant.yichangjuqian.getValue().equals(warehouseRetentionScanEntity.getRetentionType())) { |
|
|
|
|
result = distributionDeliveryListClient.retentionDeliveryReservationPackage( |
|
|
|
|
warehouseRetentionScanEntity.getDeliveryId(), |
|
|
|
|
warehouseRetentionScanEntity.getReservationId(), |
|
|
|
|