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