|
|
|
@ -186,8 +186,11 @@
|
|
|
|
|
<select id="orderOutRecordPage" resultType="com.glxp.api.res.inout.IoOrderDetailBizResponse">
|
|
|
|
|
select io_order_detail_biz.*,
|
|
|
|
|
io.action,
|
|
|
|
|
io.updateTime
|
|
|
|
|
io.updateTime,
|
|
|
|
|
bp.prepnSpec
|
|
|
|
|
from io_order_detail_biz
|
|
|
|
|
left join basic_udirel bu on bu.id = io_order_detail_biz.bindRlFk
|
|
|
|
|
left join basic_products bp on bu.uuid = bp.uuid
|
|
|
|
|
left join io_order io on io.billNo = io_order_detail_biz.orderIdFk
|
|
|
|
|
<where>
|
|
|
|
|
AND (io.action = 'SC72197936495755' OR io.action = 'SC72249388338364')
|
|
|
|
@ -217,6 +220,7 @@
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY io_order_detail_biz.id
|
|
|
|
|
order by updateTime desc
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|