|
|
|
@ -124,7 +124,7 @@
|
|
|
|
|
|
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<select id="selectStockListInfoList" resultType="com.logpm.distribution.vo.DistributionStockupStockListInfoVO"> |
|
|
|
|
<select id="selectStockListInfoList" resultType="com.logpm.distribution.vo.StockListInfoListVO"> |
|
|
|
|
select |
|
|
|
|
s.coding packageCode, |
|
|
|
|
s.goods_name name |
|
|
|
@ -136,13 +136,7 @@
|
|
|
|
|
where ldr.is_deleted = 0 |
|
|
|
|
and s.id is not null |
|
|
|
|
and ldr.id = #{reservationId} |
|
|
|
|
and ldsl.description_goods = #{descriptionGoods} |
|
|
|
|
and ldsl.storage_location = #{allocation} |
|
|
|
|
and ldsl.tray_name = #{pallet} |
|
|
|
|
and ldsl.sku = #{sku} |
|
|
|
|
and ldsl.cargo_norms = #{cargoNorms} |
|
|
|
|
and ldsl.cargo_unit = #{cargoUnit} |
|
|
|
|
|
|
|
|
|
and ldrs.stocklist_id = #{stockListId} |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<select id="selectWarehouseAreaByReservationId" resultType="String"> |
|
|
|
|