|
|
@@ -103,6 +103,7 @@
|
|
|
<result column="intoing_piece" property="intoingPiece" />
|
|
|
<result column="into_box" property="intoBox" />
|
|
|
<result column="into_piece" property="intoPiece" />
|
|
|
+ <result column="pack_box" property="packBox"/>
|
|
|
</resultMap>
|
|
|
<!-- 退货用-->
|
|
|
<resultMap id="BaseResultMapReturnResponse" type="com.dk.mdm.model.response.ivt.InboundItemResponse">
|
|
|
@@ -223,6 +224,7 @@
|
|
|
,tppi.intoing_qty as "purItemIntoingQty"
|
|
|
,tppi.into_qty as "purItemIntoQty"
|
|
|
,tpiv.inv_qty
|
|
|
+ ,tmgs.pack_box
|
|
|
FROM dkic_b.t_psi_inbound_item tpii
|
|
|
left join dkic_b.t_psi_inventory tpiv on tpiv.inv_id = tpii.inv_id
|
|
|
left join dkic_b.t_psi_purchase_item tppi on tppi.item_id = tpii.from_item_id
|