|
|
@@ -680,7 +680,7 @@
|
|
|
left join dkic_b.t_psi_order as tpo on tpo.order_id = tppi.from_id
|
|
|
left join dkic_b.t_psi_inbound_item as ibi on ibi.from_item_id=tppi.item_id
|
|
|
left join dkic_b.t_psi_inbound as ib on ibi.into_id=ib.into_id
|
|
|
- left join sys.t_data_kind tdk1 on tdk1.kind_code = tppi.into_status
|
|
|
+ left join sys.t_data_kind tdk3 on tdk3.kind_code = tppi.into_status
|
|
|
<include refid="Condition_PurDetailReport"/>
|
|
|
</select>
|
|
|
|