mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-30 17:02:04 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -79,7 +79,7 @@ class TicketController extends Controller | ||||
|         if (!$ticket) { | ||||
|             abort(500, '工单不存在'); | ||||
|         } | ||||
|         if ($request->session()->get('id') == $this->getLastMessage()->user_id) { | ||||
|         if ($request->session()->get('id') == $this->getLastMessage($ticket->id)->user_id) { | ||||
|             abort(500, '请等待技术支持回复'); | ||||
|         } | ||||
|         $ticketMessage = TicketMessage::create([ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user