This commit is contained in:
2024-12-01 16:56:00 +08:00
parent 9f10f727ed
commit 19d38802a9
10 changed files with 206 additions and 4 deletions

View File

@ -4,7 +4,7 @@ namespace plugin\ticket\model;
class TicketTicketInter extends TicketTicket
{
protected $append = ['status_text', 'type_name'];
protected $append = ['status_text', 'type_name', 'dept_name'];
protected $globalScope = ['inter'];
protected $table = 'ticket_ticket';
public function type()