添加whatshub工单

This commit is contained in:
root
2026-06-20 04:47:34 +08:00
parent a6c87e8e25
commit d5a0ffa6db
271 changed files with 9377 additions and 303 deletions
View File
+1 -1
View File
@@ -98,7 +98,7 @@ class Number extends Model
*/
public function splitLink()
{
return $this->belongsTo(Link::class, 'split_link_id', 'id', [], 'LEFT')->setEagerlyType(0);
return $this->belongsTo(Link::class, 'split_link_id', 'id', [], 'LEFT')->setEagerlyType(1);
}
public function setNumberTypeCustomAttr($value): string
+1
View File
@@ -50,6 +50,7 @@ class Ticket extends Model
'yifafa' => __('Ticket type yifafa'),
'a2c' => __('Ticket type a2c'),
'ceo_scrm' => __('Ticket type ceo_scrm'),
'chatknow' => __('Ticket type chatknow'),
'whatshub' => __('Ticket type whatshub'),
'sihai' => __('Ticket type sihai'),
];