|
|
@ -12,7 +12,7 @@
|
|
|
|
FROM io_collect_order_biz icob
|
|
|
|
FROM io_collect_order_biz icob
|
|
|
|
left join basic_udirel bu on icob.relId = bu.id
|
|
|
|
left join basic_udirel bu on icob.relId = bu.id
|
|
|
|
left join basic_products bp on bu.uuid = bp.uuid
|
|
|
|
left join basic_products bp on bu.uuid = bp.uuid
|
|
|
|
left join sys_workplace_queue on icob.relId = sys_workplace_queue.relId
|
|
|
|
left join sys_workplace_queue on icob.queueCode = sys_workplace_queue.code
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="thrCode != '' and thrCode != null">
|
|
|
|
<if test="thrCode != '' and thrCode != null">
|
|
|
|
AND icob.thrCode LIKE concat('%', #{thrCode}, '%')
|
|
|
|
AND icob.thrCode LIKE concat('%', #{thrCode}, '%')
|
|
|
|