This commit is contained in:
2024-12-03 10:18:07 +08:00
parent 6fcd8f7ce2
commit a6c7d1de15
14 changed files with 236 additions and 20 deletions

View File

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