$criteria->inWhere('shop_id',$shopIds);
$criteria->limit(20,0);
//获取店铺结果集
$pageshop = $this->getModel('shopSku')->find($criteria->getParams());
Plus $criteria->limit can not get the result, get rid of the problem, which is BUG?
$criteria->inWhere('shop_id',$shopIds);
$criteria->limit(20,0);
//获取店铺结果集
$pageshop = $this->getModel('shopSku')->find($criteria->getParams());
Plus $criteria->limit can not get the result, get rid of the problem, which is BUG?