标签:points ice mit self log cat array category lis
$list = self::field(‘id,ngzb_goods_category_id,name,logo,points,price‘)
->where(‘ngzb_goods_category_id‘,$categoryId)
->limit(20)
->page($page)
->select();
$list = collection($list)->toArray(); //对象转数组
标签:points ice mit self log cat array category lis
原文地址:https://www.cnblogs.com/roseY/p/11165435.html