$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;
时间: 2024-10-25 00:33:23
$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;