作者 王智

222

... ... @@ -1176,7 +1176,7 @@ class Index extends Api
->where($map1)
->where($map2)
->where($map3)
->where(['p.stock','GT',0])
->where(['a.stock','GT',0])
->select();
foreach ($product_id as $k1 => $v1) {
$list[$k1]['avatar'] = cdnurl($v1['avatar'], true);
... ...