用and链接 join (table:,cond:,type:)
在cond这栏,只能使用字符串拼接,不像where可以用数组,链接采用and形式如下:
->join('p_goods_attr','p_attribute.id=p_goods_attr.attr_id and p_goods_attr.goods_id='.$id,'left')
用and链接 join (table:,cond:,type:)
在cond这栏,只能使用字符串拼接,不像where可以用数组,链接采用and形式如下:
->join('p_goods_attr','p_attribute.id=p_goods_attr.attr_id and p_goods_attr.goods_id='.$id,'left')