|
|
|
@ -20,13 +20,15 @@
|
|
|
|
|
<result column="reserve5" property="reserve5"/> |
|
|
|
|
<result column="warehouse" property="warehouse"/> |
|
|
|
|
<result column="conditions" property="conditions"/> |
|
|
|
|
<result column="packet_bar_code" property="packetBarCode"/> |
|
|
|
|
<result column="order_package_code" property="packetBarCode"/> |
|
|
|
|
<result column="goods_allocation" property="goodsAllocation"/> |
|
|
|
|
<result column="pallet" property="pallet"/> |
|
|
|
|
<result column="firsts" property="firsts"/> |
|
|
|
|
<result column="second" property="second"/> |
|
|
|
|
<result column="third_product" property="thirdProduct"/> |
|
|
|
|
<result column="material" property="material"/> |
|
|
|
|
<result column="material_id" property="materialId"/> |
|
|
|
|
<result column="material_name" property="materialName"/> |
|
|
|
|
<result column="material_code" property="materialCode"/> |
|
|
|
|
<result column="quantity" property="quantity"/> |
|
|
|
|
<result column="train_number" property="trainNumber"/> |
|
|
|
|
<result column="stock_article_id" property="stockArticleId"/> |
|
|
|
@ -52,7 +54,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectOrderInfoList" resultType="com.logpm.distribution.vo.PackageStockupVO"> |
|
|
|
|
select ldpl.order_self_numbering orderCode, |
|
|
|
|
ldpl.packet_bar_code packageBarCode, |
|
|
|
|
ldpl.order_package_code packageBarCode, |
|
|
|
|
1 goodsType, |
|
|
|
|
IF(t.id is null,0,1) isScan, |
|
|
|
|
s.id scanId |
|
|
|
@ -89,7 +91,7 @@
|
|
|
|
|
group by ldpl.pallet |
|
|
|
|
</select> |
|
|
|
|
<select id="getParcelListOwn" resultType="com.logpm.distribution.vo.DistributionParcelListVO"> |
|
|
|
|
select DISTINCT ldpl.id, ldpl.packet_bar_code packetBarCode, ldpl.firsts ,ldpl.second ,ldpl.third_product thirdProduct,ldpl.material_name materialName, |
|
|
|
|
select DISTINCT ldpl.id, ldpl.order_package_code packetBarCode, ldpl.firsts ,ldpl.second ,ldpl.third_product thirdProduct,ldpl.material_name materialName, |
|
|
|
|
lds.stockup_status stockupStatus,lds.stockup_date stockupDate, |
|
|
|
|
lds.stockup_area stockupArea,ldpl.goods_allocation goodsAllocation,ldpl.pallet |
|
|
|
|
from logpm_distribution_parcel_list ldpl |
|
|
|
|