"a.pending_order_freight,a.user_no,a.user_name from order_goods a where a.last_arrive_send_time >= now() and (a.order_goods_status = 20 or a.order_goods_status = 30)"+
"and a.residue_transport_weight > 0"+
" and a.pending_order_way = 1 and a.order_goods_no in (");