|
|
@@ -129,6 +129,7 @@
|
|
|
<result column="flgSubUnit" property="flgSubUnit"/>
|
|
|
<result column="subUnitName" property="subUnitName"/>
|
|
|
<result column="unitName" property="unitName"/>
|
|
|
+ <result column="use_place" property="usePlace"/>
|
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
@@ -408,7 +409,8 @@
|
|
|
tpi.wh_id as "whId",
|
|
|
tpi.inv_qty as "invQty",
|
|
|
tpi.usable_qty as "usableQty",
|
|
|
- tmw.wh_name as "whName"
|
|
|
+ tmw.wh_name as "whName",
|
|
|
+ t.use_place
|
|
|
FROM dkic_b.t_psi_outbound_item as t
|
|
|
left join dkic_b.t_psi_order_item as tpoi on tpoi.item_id = t.from_item_id
|
|
|
left join dkic_b.t_psi_order as tpo on tpo.order_id = t.from_id
|