作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

Branch liuzhen



查看合并请求 !202
... ... @@ -157,7 +157,7 @@ class User extends Api
->where('is_read_user',2)
->count(),
// 是否入驻店铺
'is_store' => \app\api\model\Store::where('id',$this->auth->id)->value('status')
'is_store' => \app\api\model\Store::where('id',$this->auth->id)->order('id','DESC')->value('status')
];
$user = $user->visible([
'id',
... ...