iwebshop两表联查

xiaoxiao2021-02-28  71

$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;

 

转载请注明原文地址: https://www.6miu.com/read-78278.html

最新回复(0)