|
|
@@ -185,6 +185,7 @@
|
|
|
<result column="inv_qty" property="invQty"/>
|
|
|
<result column="outing_qty" property="outingQty"/>
|
|
|
<result column="price_std" property="priceStd"/>
|
|
|
+ <result column="into_item_id" property="intoItemId"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用条件列 -->
|
|
|
@@ -463,6 +464,7 @@
|
|
|
.
|
|
|
item_id
|
|
|
AS list_item_id,
|
|
|
+ tpii.item_id AS list_into_item_Id,
|
|
|
tpii.into_id AS list_into_id,
|
|
|
tpii.into_type AS list_into_type,
|
|
|
tpii.from_id AS list_from_id,
|