作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

个人中心-商家入口

... ... @@ -146,7 +146,7 @@ class User extends Api
}
}
$store = \app\api\model\Store::where('user_id',$this->auth->id)->order('id','DESC')->find();
if($store['status'] == 3) {
if($store && $store['status'] == 3) {
$where_house = [
'user_id' => $this->auth->id,
'store_id' => $store['id'],
... ...