|
|
@ -70,7 +70,7 @@ public interface DistributionReservationMapper extends BaseMapper<DistributionRe |
|
|
|
List<DistributionStockupOrderListVO> selectStockupOrderList(@Param("reservationId")Long reservationId,@Param("isZero") String isZero); |
|
|
|
List<DistributionStockupOrderListVO> selectStockupOrderList(@Param("reservationId")Long reservationId,@Param("isZero") String isZero); |
|
|
|
|
|
|
|
|
|
|
|
List<DistributionStockupStockListVO> selectStockupStockList(@Param("reservationId")Long reservationId); |
|
|
|
List<DistributionStockupStockListVO> selectStockupStockList(@Param("reservationId")Long reservationId); |
|
|
|
List<DistributionStockupStockListVO> selectStockupStockListNew(@Param("reservationId")Long reservationId,@Param("warehouseId")Long warehouseId,@Param("mallName")String mallName,@Param("cargoNumber")String cargoNumber); |
|
|
|
List<DistributionStockupStockListVO> selectStockupStockListNew(@Param("reservationId")Long reservationId,@Param("warehouseId")Long warehouseId,@Param("mallName")String mallName); |
|
|
|
Integer selectOrderNumByReservationId(@Param("reservationId")Long reservationId); |
|
|
|
Integer selectOrderNumByReservationId(@Param("reservationId")Long reservationId); |
|
|
|
|
|
|
|
|
|
|
|
Integer selectPlanNum(@Param("reservationId")Long reservationId); |
|
|
|
Integer selectPlanNum(@Param("reservationId")Long reservationId); |
|
|
|