@ -180,6 +180,9 @@ public class CollectOrderBizResponse {
*/
private String checkCode;
private String queueCode;
private Integer ledNum;
@ -12,7 +12,7 @@
FROM io_collect_order_biz icob
left join basic_udirel bu on icob.relId = bu.id
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>
<if test="thrCode != '' and thrCode != null">
AND icob.thrCode LIKE concat('%', #{thrCode}, '%')