$tb_goods = new IQuery('goods as g');
$tb_goods->join='left join miao as m on m.goods_id=g.id';
$arr = $tb_goods->find();
$this->list = $arr;
$tb_goods = new IQuery('goods as g');
$tb_goods->join='left join miao as m on m.goods_id=g.id';
$arr = $tb_goods->find();
$this->list = $arr;