$where='order_id in (select o.order_id from han_order o where o.payment_time > '.$beginTime.') and goods_id in (select sg.goods_id from han_stat_goods sg)';
$whereSql=' goods_state ='.\Our\ApiConst::onlineGoodsState.' and goods_verify='.\Our\ApiConst::onlineGoodsVerify.' and is_del='.\Our\ApiConst::onlineGoodsDel;