修复号码数量列的数据统计方式

This commit is contained in:
root
2026-07-08 01:07:08 +08:00
parent 92b4faf61f
commit 76692e0021
16 changed files with 497 additions and 29 deletions
@@ -76,6 +76,8 @@ class SplitTicketRuleService
'status' => 'hidden',
'updatetime' => time(),
]);
(new SplitTicketActiveNumberCountService())->refreshForTicket($ticket);
}
/**
@@ -185,6 +187,8 @@ class SplitTicketRuleService
Number::where('id', (int) $number['id'])->update($update);
}
(new SplitTicketActiveNumberCountService())->refreshForTicket($ticket);
}
/**