|
|
|
@ -1963,7 +1963,10 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
if (Func.isNotEmpty(mallId)) { |
|
|
|
|
reservationEntity.setMallId(mallId.get(0)); |
|
|
|
|
} |
|
|
|
|
if (Func.isNotEmpty(storeName)) { |
|
|
|
|
// reservationEntity.setMallId(mallId.get(0));
|
|
|
|
|
reservationEntity.setStoreName(String.join(",", storeName)); |
|
|
|
|
} |
|
|
|
|
reservationEntity.setReceivingUnit(String.join(",", receivingUnit)); |
|
|
|
|
reservationEntity.setReservationStockListNum(inventorTotal.get()); |
|
|
|
|
reservationEntity.setReservationDate(distributionReservationDTO.getReservationDate()); |
|
|
|
|