You've already forked guangan
UserShare
This commit is contained in:
@ -47,7 +47,7 @@ class UserShare extends Controller
|
||||
$where = $this->_vali([
|
||||
'id.require' => '随手拍ID不能为空',
|
||||
]);
|
||||
$this->vo = TicketUserShare::mk()->where($where)->findOrEmpty();
|
||||
$this->vo = TicketUserShare::mk()->where($where)->with(['linked_ticket'])->findOrEmpty();
|
||||
if ($this->vo->isEmpty()) $this->error('用户随手拍不存在!');
|
||||
$this->fetch('detail');
|
||||
}
|
||||
|
Reference in New Issue
Block a user