"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)"+
"a.pending_order_freight,a.user_no,a.user_name from order_goods a "+
"where a.stop_flag = "+OrderGoodsStopEnum.Status.NO.getCode()+" and a.last_arrive_send_time >= now() and (a.order_goods_status = "+OrderGoodsStatusEnum.Status.PAYING.getCode()+
" or a.order_goods_status = "+OrderGoodsStatusEnum.Status.GO_TO_SEND.getCode()+")"+
"and a.residue_transport_weight > 0"+
" and a.pending_order_way = 2 and a.order_goods_no in (");
" and a.pending_order_way = "+PendingOrderWayStatusEnum.Status.DX.getCode()+" and a.order_goods_no in (");