作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

物流单号

@@ -67,6 +67,7 @@ class Goods extends Model @@ -67,6 +67,7 @@ class Goods extends Model
67 ->join('sto_store s','s.id = g.store_id') 67 ->join('sto_store s','s.id = g.store_id')
68 ->where($where) 68 ->where($where)
69 ->find(); 69 ->find();
  70 + dump($data);
70 $storeModel = new Store(); 71 $storeModel = new Store();
71 $store = $storeModel->findData(['id'=>$data['store_id']]); 72 $store = $storeModel->findData(['id'=>$data['store_id']]);
72 $data['store_is_vip'] = $store['is_vip']; 73 $data['store_is_vip'] = $store['is_vip'];