mirror of
https://github.com/v2board/v2board.git
synced 2025-02-25 06:40:26 +08:00
update
This commit is contained in:
parent
e7b15a168b
commit
a9052c44d5
@ -88,6 +88,9 @@ class TicketController extends Controller
|
||||
if (!$ticket) {
|
||||
abort(500, '工单不存在');
|
||||
}
|
||||
if ($ticket->status) {
|
||||
abort(500, '工单已关闭,无法回复');
|
||||
}
|
||||
if ($request->session()->get('id') == $this->getLastMessage($ticket->id)->user_id) {
|
||||
abort(500, '请等待技术支持回复');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user