更新
This commit is contained in:
@@ -305,6 +305,7 @@ class AutoAssignPendingDiagnosis extends Command
|
||||
->where('run_date', $runDate)
|
||||
->where('action', 1)
|
||||
->where('assistant_id', '>', 0)
|
||||
->where('rollback_time', 0)
|
||||
->group('assistant_id')
|
||||
->column('COUNT(*)', 'assistant_id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user